@font-face{font-family:cloud-icon;src:url(./fonts/iconfont.635517a.woff2) format("woff2"),url(./fonts/iconfont.dbf9e37.woff) format("woff"),url(./fonts/iconfont.1147217.ttf) format("truetype")}[class*=-cloud-icon-]{font-family:cloud-icon!important;font-size:16px;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.-cloud-icon-body_arrow_20:before{content:"\e642"}.-cloud-icon-header_arrow_14:before{content:"\e643"}.-cloud-icon-header_close_16:before{content:"\e644"}.-cloud-icon-body_arrow_22:before{content:"\e645"}.-cloud-icon-scrollbar_phone:before{content:"\e646"}.-cloud-icon-shangcheng_shield_16:before{content:"\e647"}.-cloud-icon-header_search_16:before{content:"\e648"}.-cloud-icon-user_myself_16:before{content:"\e649"}.-cloud-icon-user_logout_16:before{content:"\e64a"}.-cloud-icon-user_mail_16:before{content:"\e64b"}.-cloud-icon-user_waittocon_16:before{content:"\e64c"}.-cloud-icon-scrollbar_edit:before{content:"\e64d"}.-cloud-icon-scrollbar_top_16:before{content:"\e64e"}.-cloud-icon-user_waittopay_16:before{content:"\e64f"}.-cloud-icon-user_product_16:before{content:"\e650"}.-cloud-icon-user_cost_16:before{content:"\e651"}.-cloud-icon-scrollbar_chat:before{content:"\e652"}.-cloud-icon-a-Frame1:before{content:"\e653"}.-cloud-icon-user_option_16:before{content:"\e654"}

:root {
	--primary: #0453d9;
	--primary-hover: #06f;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%;
	font-size: 85%;
}
body {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	font-family: Rubik, -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif !important;
	font-weight: 400;
	background-color: #f0f1f3;
	/* -webkit-font-smoothing: antialiased; */
}
h1, h2, h3, h4, h5, h6 {
	font-family: Ubuntu, sans-serif;
}
body, button, input, select, textarea {
	font-family: Roboto,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,sans-serif !important;
}
a {
	transition: all 0.3s ease-in-out 0s;
}
textarea.form-control {
	height: auto !important;
}
.text-primary {
	color: var(--primary) !important;
}
.btn-primary {
	background-color: var(--primary);
	border-color: var(--primary);
}
.btn-primary:hover {
	background-color: var(--primary-hover);
	border-color: var(--primary-hover);
}
.btn-outline-primary {
	color: var(--primary);
	border-color: var(--primary);
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:hover {
	border-color: var(--primary);
	background-color: var(--primary);
}
.page-item.active .page-link {
	background-color: var(--primary);
}
:focus {
	outline: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-transition-delay: 99999s;
	-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
}

input[type=checkbox] {
	position: relative;
	margin-right: 2px;
	width: 18px;
	height: 12px;
}
input[type=checkbox]:after {
	content: '';
	width: 16px;
	height: 16px;
	cursor: pointer;
	vertical-align: middle;
	outline: none;
	-webkit-appearance: none;
	border: 1px solid #cfd5de;
	background-color: #fff;
	border-radius: 0;
	color: rgba(0,0,0,.9);
	position: absolute;
	transform: translate(0, 0px);
}
input[type=checkbox]:focus:after,
input[type=checkbox]:hover:after {
	border-color: #0b53d9;
}
input[type=checkbox]:checked:after {
	display: flex;
	align-items: center;
	justify-content: center;
	border-color: #0b53d9;
	background-color: #0b53d9;
}
input[type=checkbox]:checked:before {
	position: absolute;
	width: 16px;
	height: 16px;
	color: #FFF;
	content: "\f00c";
	font-family: "Font Awesome 5 Pro";
	font-weight: 500;
	z-index: 10;
	font-size: .5rem;
	top: -1px;
	left: 2px;
}
.text-white {
	color: #FFF;
}
.hidden {
	display: none !important;
}
.form-control-plaintext,
.form-control {
    box-shadow: none !important;
    border: 1px solid #edefef;
    transition: all .3s;
	height: 36px;
}
.form-control:hover,
.form-control:focus {
    outline: 0;
    box-shadow: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0 none;
    outline-offset: 0;
    box-shadow: none;
}
.btn-default {
	color: #333;
    background-color: #fff;
    border-color: #edefef;
}
.space {
	padding-top: 70px !important;
	padding-bottom: 70px !important;
}
.navbar-brand {
	text-indent: -999rem;
	background-image: url("../img/logo-dark.svg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: left center;
	height: 40px;
	width: 122px;
	margin: 0;
	padding: 0;
}


.homepage .wrap-main-swiper {
	padding-top: 60px;
	padding-top: 70px;
}
.homepage header#header {
	z-index: 101;
	width: 100%;
	position: fixed;
	background-color: rgba(255,255,255,.75);
	box-shadow: 0 2px 5px 0 rgb(0 0 0 / 6%);
	transition: background-color .3s ease;
}
header#header.header-dark {
	position: fixed;
	top: 0;
	width: 100%;
	background-color: #2b303b;
}
header#header.header-white {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: inset 0px -1px 0px #f0f1f3;
}
.header-dark .navbar-brand {
	background-image: url("../img/logo.svg");
}
.header-dark .dropdown-menu {
	margin: 0;
	border: 0;
	border-radius: 0;
}
.nav-item.billing .dropdown-menu {
	width: 240px;
}
.header-dark .dropdown-menu {
	background-color: #1d212b;
}
.header-dark .dropdown-menu .dropdown-divider {
	border-color: #262f3e;
}
.header-dark .dropdown-item:hover {
	background-color: #344258;
}
.header-dark .dropdown-item .dropdown-link {
	display: flex;
	align-items: center;
	color: #c1c6c8 !important;
}
.header-dark .dropdown-item .dropdown-link i {
	margin-right: 6px;
	font-size: 16px;
}
.dropdown-menu .panel-amount {
	padding: 0 1.5rem;
}
.dropdown-menu .panel-amount-head {
	font-size: 12px;
	color: #888;
	padding: .5rem 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dropdown-menu .panel-amount-head .panel-amount-head-btn a {
	font-size: 12px !important;
	color: #e6c979;
}
.dropdown-menu .panel-amount-number {
	color: #333;
	font-style: normal;
	margin: 1rem 0;
	display: flex;
	align-items: flex-end;
}
.header-dark .dropdown-menu .panel-amount-number {
	color: #FFF;
}
.dropdown-menu .panel-amount-number em {
	font-style: normal;
}
.dropdown-menu .panel-amount-number .amount-number {
	font-size: 28px;
	line-height: 1;
	margin-right: 2px;
}
header .navbar {
	height: 60px;
}
header .navbar-nav .nav-item > a {
	font-size: 14px;
	display: block;
}
header .navbar-dark .navbar-nav .show > .nav-link {
	color: #5e6166;
}
header .navbar-nav .nav-item .nav-link {
	font-size: 14px;
	color: #5e6166;
	line-height: 59px;
	padding: 0 1rem;
	font-weight: 500;
}
header .navbar-nav .nav-item .nav-link .bi {
	font-size: 12px;
	transition: all 0.3s ease;
}
header .navbar-nav .nav-item .nav-link.show,
header .navbar-nav .nav-item .nav-link:hover {
	color: var(--primary);
}
header .navbar-nav.navbar-nav-right .nav-item .btn {
	border-radius: 2px;
}

.header-dark .navbar-nav .nav-item .nav-link {
	/* font-size: 13px; */
	color: #c1c6c8;
}
.header-dark .navbar-nav .nav-item .nav-link:hover {
	color: rgba(255,255,255,.9);
}
.dropdown-item {
	padding: .5rem 1.5rem;
}
.dropdown-item:active {
	background-color: transparent;
}
.dropdown-item .dropdown-link {
	color: #5e6166;
	display: block;
	text-decoration: none;
}
.dropdown-wrap {
	position: relative;
}
.dropdown-wrap-fluid {
	position: unset;	
}
.dropdown-container {
	overflow: hidden;
	opacity: 0;
	height: 0;
	max-height: 0;
	position: absolute;
	top: 60px;
	left: 0;
	width: 150px;
	z-index: -1;
	transition: max-height .25s ease-in-out, opacity .25s ease-in-out;
}
.dropdown-wrap-fluid .dropdown-container {	
	width: 100%;
}
.dropdown-container.show {
	padding-bottom: 20px;
	z-index: 100;
	height: auto;
	opacity: 1;
	max-height: 900px;
}
.dropdown-body {
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%);
	position: relative;
}
.dropdown-body ul > li > a {
	color: #444;
	display: block;
	line-height: 40px;
	text-decoration: none;
	padding: 0 1rem;
}
.dropdown-body ul > li > a:hover {	
	color:  var(--primary-hover);
	background-color: #f9faff;
}
.dropdown-body .list-items h5 {
	
}
.dropdown-body .list-items .list-item-link {
	margin-bottom: 1rem;
}
.dropdown-body .list-items .list-item-link a {
	padding: 0;
	line-height: 1.5;
}
.dropdown-body .list-items .list-item-link a:hover {
	background-color: transparent;
}
.dropdown-body .card .card-title {
	color: #444;
}
.dropdown-wrap-fluid .dropdown-body {
	width: 100%;
	display: flex;
	align-items: stretch;
}
.dropdown-body-menu {
	width: 280px;
	padding: 2rem 3rem;
	background-color: #f7f9fd;
	background-image: url("../img/left_backend_new_ba6a747.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 236px auto;
}
.body-menu-title {
	font-weight: 400;
	font-size: 1.215rem;
	margin-bottom: 1.5rem;
}
.body-menu-desc {
	color: rgba(34, 34, 34, 0.7);
	line-height: 28px;
}
.dropdown-bd {
	width: 100%;
	padding: 2rem 3rem;
	/* display: grid; */
	/* grid-gap: 2rem; */
	grid-template-columns: repeat(4, 1fr);
}
.dropdown-bd .body-main {
	
}
.dropdown-bd .body-main-title {
	font-weight: 400;
	font-size: 1.215rem;
	margin-bottom: 1.5rem;
	position: relative;
	padding-left: 18px;
}
.dropdown-bd .body-main-title:before {
	content: " ";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
	display: block;
	height: 20px;
	width: 4px;
	background-color: var(--primary);
}
.dropdown-bd .body-main-bd {
	display: flex;
	flex-direction: column;
	    display: flex;
    display: grid;
    grid-gap: 1.5rem;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 2rem;
}
.body-main-bd-item {
	background-color: #f7f9fd;
	border-radius: .25rem;
	padding: .85rem;
	/* margin-bottom: 1rem; */
	display: block;
}
.body-main-bd-item:last-child {
	margin-bottom: 0;
}
.body-main-bd-item h4 {
	color: #333;
	font-size: 1rem;
	display: flex;
	align-items: center;
}
.body-main-bd-item h4 .badge {
	margin-left: .5rem;
	transform: scale(.8);
	text-transform: uppercase;
}
.body-main-bd-item h4 .badge-hot {
	color: #fff;
	background-color: #dc3545;
}
.body-main-bd-item h4 .badge-new {
	color: #fff;
	background-color: var(--primary);
}
.body-main-bd-item p {
	font-size: .815rem;
	color: rgba(34, 34, 34, 0.5);
	margin-bottom: 0;
}
.body-main-bd-item:hover {
	text-decoration: none;
	background-color: #f4f4f8;
	transition: .25s;
}
.body-main-bd-item:hover h4 {
	color: var(--primary);
}
.dropdown-body-menu-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
.dropdown-body-menu-list li {
	cursor: pointer;
	line-height: 50px;
	font-size: 13px;
	font-weight: 700;
	text-align: right;
	padding-right: 30px;
	border-bottom: 1px solid #ebf0fc;
}
.dropdown-body-menu-list li.active {
	color:  var(--primary-hover);
	background-color: #f9faff;
	box-shadow: inset -2px 0px 0px 0px  var(--primary-hover);
}
.dropdown-body-main {
	width: 650px;
	padding: 0 1.5rem;
	border-right: 1px solid #ebf0fc;
}
.dropdown-body-main .tabs-content {
	display: none;
}
.dropdown-body-main .tabs-content.active {
	display: block;
}
.dropdown-body .card {
	border-color: #ebf0fc;
}
.dropdown-body .card:hover {
	background-color: #f9faff;
	text-decoration: none;
	border-color:  var(--primary-hover);
	color:  var(--primary-hover);
}
.dropdown-body .card .card-text {
	color: #444;
}
.dropdown-body .card:hover .card-text {
	color: #444;
}
.dropdown-body-box {
	flex: 1;
	padding: 0 1.5rem;
}
.account .dropdown-menu {
	width: 240px;
	border: 0 none;
	box-shadow: 0 0 16px 0 rgb(54 58 80 / 16%);
}
.btn-thememode > a > div {
	display: flex;
	align-items: center;
	font-size: 12px;
	overflow: hidden;
	border-radius: .25rem;
	border: 1px solid #9ba0a4;
	vertical-align: middle;
}
.btn-thememode > a > div > div {
	padding: 2px 5px;
}
.btn-thememode > a > div .active {
	color: #FFF;
	background-color: var(--primary);
}

/* swiper */
.wrap-main-swiper {
	overflow: hidden;
	position: relative;
	/* background: linear-gradient(360deg,#062bca 3.55%,#295dff 99.56%); */
	background-position: center;
	background-size: auto 610px;
	/* background-image: url("https://cdn.sul99.cn/Archive/ywwh7.jpeg"); */
}
.wrap-main-swiper .swiper-slide {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: auto 550px;
	height: 550px;
	position: relative;
	overflow: hidden;
	
	display: flex;
	align-items: center;
}
.wrap-main-swiper .swiper-slide-mp4 video {
	position: absolute;
	height: 100%;
	left: 50%;
	top: 50%;
	z-index: 10;
	transform: translate(-50%,-50%);
}
.wrap-main-swiper .content-slide {
	padding: 0;
	font-size: 18px;
	max-width: 560px;
	position: relative;
	z-index: 20;
}
.wrap-main-swiper .content-slide .slogan {
	font-size: 40px;
	font-weight: 400;
	letter-spacing: -3px;
	line-height: 120%;
	margin-bottom: 1.5rem;
}
.wrap-main-swiper .content-slide .sub-slogan {
	opacity: .8;
	margin-bottom: 3rem;
	padding-right: 50px;
}
.wrap-main-swiper .content-slide .btn {
	padding: 0;
	line-height: 48px;
	min-width: 180px;
	border-radius: 3px;
}
.wrap-main-swiper .content-slide img {
	position: absolute;
	left: 50px;
	top: -70px;
	max-height: 700px;
	z-index: -1;
}
.swiper-pagination-bullets {
	text-align: left !important;
	top: -120px;
}
.swiper-pagination-bullet {
	cursor: pointer;
	margin: 0 3px;
	border-radius: .5rem !important;
	opacity: 1 !important;
	width: 40px !important;
	height: 5px !important;
	background-color: #FFF !important;
}
.swiper-pagination-bullet-active {
	background-color:  var(--primary) !important;
}
.swiper-media {
	margin: -55px 0;
	z-index: 100;
	position: relative;
}
.swiper-media-items {
	overflow: hidden;border-radius: 10px;
	backdrop-filter: blur(20px);
	border: 1.5px solid #fff;
	background-color: rgba(255,255,255,.6);
	box-shadow: 0 4px 33px rgb(190 196 207 / 28%);
	display: flex;
	align-items: center;
}
.swiper-media-item {
	flex: 1;
	color: #4a5072;
	height: 110px;
	display: flex;
	align-items: center;
	position: relative;
	padding: 0 1.3rem;
}
.swiper-media-item:after {
	content: '';
	right: 0px;
	top: 50%;
	width: 1px;
	height: 50px;
	background-color: #ebf0fc;
	position: absolute;
	margin-top: -25px;
}
.swiper-media-item:hover {
	color: #4a5072;
	text-decoration: none;
}
.swiper-media-item img {
	max-width: 43px;
}
.swiper-media-item .media-body {
	margin-left: 1.3rem;
}
.swiper-media-item .media-title {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	color: #282c33;
	margin-bottom: 5px;
}
.swiper-media-item .media-text {
	line-height: 24px;
	color: #9599a8;
	font-size: 14px;
}
.swiper-media-item:last-child:after {
	display: none;
}
.main-header {
	text-align: center;
	margin-bottom: 4rem;
}
.main-products-menu {
	border-bottom: 2px solid #e7e8ef;
}
.main-products-menu .nav .nav-link {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: -2px;
}
.main-products-menu .nav .nav-link.active {
	color: #096eff;
	border-radius: 0;
	box-shadow: inset 0 -2px 0 0 #096eff;
	background-color: transparent;
}
.main-products {
	padding-top: 120px !important;
	background: #f4f4f8;
	background-size: 1920px 610px;
	background-position: center;
	background-image: url("https://cdn.sul99.cn/Archive/vit4w.png");
}
.main-products-body {
	border-radius: 3px;
	background-color: #FFF;
	box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
}
.main-products-body.style2 {
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
}
.product-detail {
	display: flex;
}
.product-detail-side {
	width: 378px;
	padding-right: 48px;
	margin-bottom: 0;
}
.product-detail-main {
	flex: 1;
}
.product-recommend {
	background-color: #f3f5f8;
	background-image: url("https://cdn.sul99.cn/Archive/w45wr.webp"),linear-gradient(180deg,#f3f5f8,#fff 178px,#fff);
	background-size: 340px auto,auto;
	background-position: 100% 0;
	background-repeat: no-repeat;
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
	border-radius: 4px;
	padding: 18px;
	box-sizing: border-box;
	height: 150px;
	position: relative;
	margin-bottom: 2rem;
}
.product-recommend:last-child {
	margin-bottom: 0;
}
.product-recommend-link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.product-recommend-hd {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: #000;
}
.product-recommend-title {
	font-weight: 500;
	font-size: 20px;
	color: inherit;
	line-height: 28px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.product-recommend:hover .product-recommend-title {
	color: #0052d9;
}
.product-recommend-desc {
	font-size: 14px;
	color: #3d485d;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-recommend-btns {
	margin-top: 16px;
	display: flex;
	position: relative;
	z-index: 2;
}
.product-recommend-btns .btn:first-child {
	margin-left: 0;
	position: relative;
}
.product-recommend-btns .btn {
	flex: 1;
	margin-left: 12px;
	min-width: 0;
	padding: 0 12px;
	height: 36px;
	line-height: 36px;
}
.product-detail-lists {
	display: grid;
	grid-gap: 2.5rem;
	grid-template-columns: repeat(3, auto);
}
.clientarea-body .product-detail-lists {
	grid-gap: 1rem;
}
.product-detail-list:hover {
	text-decoration: none;
}
.product-detail-list-hd {
	display: flex;
	align-items: center;
	margin-bottom: 8px;
	color: #000;
}
.product-detail-list:hover .product-detail-list-title {
	color: #0052d9;
}
.product-detail-list-title {
	font-weight: 500;
	font-size: 16px;
	color: inherit;
	line-height: 24px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0;
}
.product-detail-list-desc {
	margin-bottom: 8px;
	font-size: 14px;
	color: #3d485d;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-detail-list-tags {
	
}
.product-detail-list-tag {
	display: inline-block;
	vertical-align: middle;
	padding: 0 8px;
	height: 22px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 20px;
	color: #98a3b7;
	border: 1px solid rgba(157,173,193,.5);
	border-radius: 2px;
	margin-right: 8px;
}
.product-detail-list-marks {
	margin-left: 8px;
	white-space: nowrap;
}
.product-detail-list-bubble {
	display: inline-block;
	vertical-align: middle;
	padding-left: 4px;
}
.product-detail-list-bubble:last-child {
	margin-right: 0;
}
.product-detail-list-bubble-inner {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding: 0 8px;
	height: 22px;
	box-sizing: border-box;
	font-size: 12px;
	line-height: 22px;
	color: #fff;
	background-color: #f64041;
	border-radius: 2px;
	border-bottom-left-radius: 0;
}
.product-detail-list-bubble-inner:after {
	content: "";
	position: absolute;
	right: 100%;
	bottom: 0;
	width: 0;
	height: 0;
	border-color: transparent #f64041 #f64041 transparent;
	border-style: solid;
	border-width: 2px 3px;
}

.page-product-aside {
	padding-right: 0;
}
.page-product-body-aside {
	height: 483px;
	padding: 28px 32px;
	background-color: #077cff;
	background-image: url("../img/bg-product-aside.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 4px 0 0 4px;
	box-sizing: border-box;
}
.page-product-body-title {
	line-height: 32px;
	font-size: 24px;
	color: #FFF;
	font-weight: 400;
	margin-bottom: 16px;
}
.page-product-body-data {
	color: #FFF;
	margin: 0 0;
	padding: 0;
	list-style: none;
}
.page-product-body-data li {
	line-height: 24px;
	font-size: 14px;
}
.page-product-body-data li + li {
	margin-top: 16px;
}
.page-product-body-foot {
	margin-top: 46px;
}
.page-product-body-foot .btn {
	width: 100px;
}
.page-product-list [class*=col-] {
	padding: 0;
	border-right: 1px solid #E5E8ED;
	border-bottom: 1px solid #E5E8ED;
}
.page-product-list [class*=col-]:nth-child(2n) {
	padding-right: 15px;
	border-right: none;
}
.page-product-list [class*=col-]:nth-child(5n),
.page-product-list [class*=col-]:nth-child(6n) {
	border-bottom: none;
}
.page-product-card {
	padding: 25px;
	display: block;
}
.page-product-card:hover {
	color: inherit;
	text-decoration: none;
	box-shadow: 0 4px 8px 0 rgb(0 110 255 / 12%);
}
.page-product-card-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .5rem;
}
.page-product-card-title {
	color: #333;
	line-height: 24px;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 0;
}
.page-product-card-price {
	color: #ff7900;
	font-weight: 500;
	font-size: 16px;
}
.page-product-card-desc {
	color: #999;
}
.page-product-card-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
}
.page-product-card-body ul li {
	flex: 1;
	color: #000;
}
.page-product-card-body ul li span {
	display: block;
	color: #999;
	line-height: 24px;
	font-size: 12px;
}
.left-tools {
	display: flex;
	align-items: center;
}
.left-tools > .btn {
	margin-right: .8rem;
}
.left-tools .btn-default {
	border-color: #AAA;
	background-color: transparent;
}
.right-tools {
	display: flex;
	align-items: center;
}
.right-tools button {
	border: 0 none;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	font-size: 18px;
}
.changeViews {
	margin-left: 1.5rem;
}
.changeViews {
	display: flex;
	overflow: hidden;
	border-radius: .25rem;
}
.changeViews > button {
	border: 0 none;
	cursor: pointer;
	flex: 1 1 50%;
	background-color: #FFF;
}
.changeViews > button:focus,
.changeViews > button:hover,
.changeViews > button.active {
	color: var(--primary);
	outline: none;
	background-color: #a8bff2;
}

.main-solution {
	background-size: cover;
	background-image: url("https://cdn.sul99.cn/Archive/9r9c9.png");
}
.main-solution-body .main-solution-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 180px;
	padding: 0 16px 0 26px;
	position: relative;
	margin-bottom: 3rem;
	border-radius: .5rem;
	background-color: #fbfcfd;
	transition: all .3s ease-in-out;
	box-shadow: 0 12px 18px 2px rgb(204 204 204 / 17%);
}
.main-solution-body .main-solution-item:hover {
	background-color: #fff;
	transform: translateY(-20px);
}
.main-solution-body .main-solution-item img {
	width: 110px;
}
.main-solution-body .main-solution-item h4 {
	margin-bottom: 16px;
	line-height: 28px;
	font-size: 20px;
	font-weight: 500;
}
.main-solution-body .main-solution-item p {
	line-height: 22px;
	color: #848b99;
	margin-bottom: 0;
}
.main-services-item {
	padding: 50px 28px;
	height: 400px;
	overflow: hidden;
	border-radius: .8rem;
	box-sizing: border-box;
	background-size: 110%;
	transition: all .3s ease-in-out;
	background-position: bottom;
	background-color: #e5eaf6;
}
.main-services-item:hover {
	transform: translateY(-20px);
}
.main-services-item-1 {
	background-image: url("https://cdn.sul99.cn/Archive/simple_bg.png");
}
.main-services-item-1:hover {
	background-image: url("https://cdn.sul99.cn/Archive/simple_hover_bg.png");
}
.main-services-item-2 {
	background-image: url("https://cdn.sul99.cn/Archive/data_bg.png");
}
.main-services-item-2:hover {
	background-image: url("https://cdn.sul99.cn/Archive/data_hover_bg.png");
}
.main-services-item-3 {
	background-image: url("https://cdn.sul99.cn/Archive/intelligence_bg.png");
}
.main-services-item-3:hover {
	background-image: url("https://cdn.sul99.cn/Archive/intelligence_hover_bg.png");
}
.main-services-item-4 {
	background-image: url("https://cdn.sul99.cn/Archive/export_bg.png");
}
.main-services-item-4:hover {
	background-image: url("https://cdn.sul99.cn/Archive/export_hover_bg.png");
}

/* maps */
.intl-map {
	position: relative;
}
.intl-map-object {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	max-width: 92.2882%;
	box-sizing: border-box;
	z-index: 2;
}
.intl-map-bg-pc {
	position: relative;
	padding-top: 48.944%;
	width: 100%;
	height: 0;
	font-size: 0;
	box-sizing: border-box;
}
.intl-map-bg-pc img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.intl-map-bg-mb {
	display: none;
}
.intl-map-dot-group {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.intl-map-dot-group {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box
}
.intl-map-dot {
	position: absolute;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	cursor: pointer
}
.intl-map-dot::after {
	content: "";
	display: block;
	width: 48px;
	height: 48px;
	visibility: hidden;
	opacity: 0
}
.intl-map-dot-layer,
.intl-map-dot::after {
	position: absolute;
	left: 50%;
	top: 50%;
	border-radius: 50%;
	border-style: solid;
	border-width: 1px;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
}
.intl-map-dot-group.anim .intl-map-dot-layer {
	animation: fadeIn .3s ease-out forwards
}
.intl-map-dot.active .intl-map-dot-layer,
.intl-map-dot:hover .intl-map-dot-layer {
	opacity: 0;
	visibility: hidden
}
.intl-map-dot.active::after,
.intl-map-dot:hover::after {
	opacity: 1;
	visibility: visible;
	animation: fadeInLarger .5s ease-out forwards
}

@keyframes fadeIn2 {
	0% {
		opacity: 0;
		width: 6px;
		height: 6px
	}
	100% {
		opacity: 1;
		width: 22px;
		height: 22px
	}
}
@keyframes fadeInLarger {
	0% {
		width: 22px;
		height: 22px
	}
	100% {
		width: 36px;
		height: 36px
	}
}
.intl-map-dot.style-1 {
	background: #006EFF
}
.intl-map-dot.style-1 .intl-map-dot-layer,
.intl-map-dot.style-1::after {
	background: rgba(0, 110, 255, .1);
	border-color: rgba(0, 110, 255, .2)
}
.intl-map-dot.style-2 {
	background: #FF7800
}
.intl-map-dot.style-2 .intl-map-dot-layer,
.intl-map-dot.style-2::after {
	background: rgba(255, 120, 0, .1);
	border-color: rgba(255, 120, 0, .2)
}
.intl-map-dot-tit {
	position: absolute;
	top: 50%;
	line-height: 1;
	font-size: 12px;
	color: #666;
	white-space: nowrap;
	transform: translateY(-50%);
}
.intl-map-dot-tit.pos-left {
	margin-right: 4px;
	right: 100%
}
.intl-map-dot-tit.pos-right {
	margin-left: 4px;
	left: 100%
}
.intl-map-bubble {
	position: absolute;
	z-index: 6;
	left: 50%;
	bottom: 100%;
	margin-left: -100px;
	margin-bottom: 12px;
	width: 200px;
	text-align: center;
	transition: .3s all ease-out;
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	cursor: default;
	pointer-events: none;
	box-sizing: border-box
}
.intl-map-bubble-inner {
	position: static !important;
	left: 50%;
	top: 50%;
	min-width: 196px;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #006EFF;
	border-radius: 4px;
	box-shadow: 0 4px 8px 0 rgba(3, 27, 78, .12);
	box-sizing: border-box
}
.intl-map-bubble-tit {
	line-height: 24px;
	font-size: 14px;
	color: #006EFF;
	background: #EBF4FF;
	border-radius: 4px 4px 0 0;
	padding: 8px 16px;
	font-weight: 500
}
.intl-map-bubble-detail {
	margin-top: 4px;
	line-height: 20px;
	font-size: 14px;
	color: #000;
	padding: 8px 16px
}
.intl-map-bubble-detail-item {
	margin-bottom: 4px
}
.intl-map-bubble-detail-item::after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}
.intl-map-bubble-detail-tip {
	float: right;
	margin-left: 16px
}
.intl-map-bubble-detail-main {
	overflow: hidden
}
.intl-map-bubble-inner::after,
.intl-map-bubble-inner:before {
	content: "";
	position: absolute;
	top: 100%;
	left: inherit;
	right: inherit;
	margin-top: -1px;
	margin-left: -8px;
	width: 0;
	height: 0;
	font-size: 0;
	border: 8px dashed transparent;
	border-top-style: solid;
	box-sizing: border-box
}
.intl-map-bubble-inner::before {
	border-top-color: #006EFF
}
.intl-map-bubble-inner::after {
	margin-top: -2px;
	border-top-color: #fff
}
.intl-map-dot.activ,
.intl-map-dot:hover {
	z-index: 3
}
.intl-map-dot.active .intl-map-bubble,
.intl-map-dot:hover .intl-map-bubble {
	opacity: 1;
	visibility: visible;
	transform: translateY(0)
}
.intl-map-main {
	position: absolute;
	left: 0;
	bottom: 20px
}
.intl-map-data-item + .intl-map-data-item {
	margin-top: 20px
}
.intl-map-data-tit {
	line-height: 32px;
	font-size: 32px;
	color: #000;
	font-weight: 700
}
.intl-map-data-desc {
	margin-top: 4px;
	line-height: 20px;
	font-size: 14px;
	color: #000
}
.intl-map-explain {
	margin-top: 40px
}
.intl-map-explain-item + .intl-map-explain-item {
	margin-top: 12px
}
.intl-map-explain-item {
	position: relative;
	padding-left: 32px
}
.intl-map-explain-item .intl-map-dot {
	position: absolute;
	top: 9px;
	left: 9px
}
.intl-map-explain-item .intl-map-dot-layer {
	width: 24px;
	height: 24px
}
.intl-map-explain-text {
	line-height: 24px;
	font-size: 14px;
	color: #000
}
.intl-map-annotations2 {
	display: none
}
.intl-map-annotations {
	margin-top: 40px
}
.intl-map-annotations-text {
	max-width: 266px;
	color: rgba(255, 255, 255, .7);
	font-size: 14px;
	line-height: 18px
}
.login-container {
	width: 100%;
	padding: 70px 0 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.login-wrapper {
	width: 500px;
	max-width: 500px;
	background-color: #FFF;
	border-radius: 4px;
	min-height: 550px;
	display: flex;
	overflow: hidden;
}
.login-bg {
	display: none;
	width: 480px;
	padding: 4rem;
	background-color: #146eff;
	background-image: url("https://cdn.sul99.cn/Archive/ynhjs.png");
	background-position: right -540px bottom 10px;
	background-repeat: no-repeat;
	background-size: auto 380px;
}
.login-body {
	flex: 1;
	padding: 4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.login-body .form-control {
	height: 42px;
}
.login-body .agreement {
	text-align: center;
	font-size: 12px;
	color: #7f8792;
}
.login-body .agreement a {
	color: #000;
	margin: 0 2px;
}

.login-body .login-or {
	position: relative;
    margin-bottom: 4px;
    color: rgba(0,0,0,.25);
    font-size: 12px;
    line-height: 22px;
    text-align: center;
}
.login-body .login-or:after,
.login-body .login-or:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 44%;
    height: 1px;
    background-color: #e8eaec;
    content: "";
    transform: translateY(-50%);
}
.login-body .login-or:before {
	left: 0;
}
.login-body .social-login .btn:hover {
	color: #007bff;
    border-color: #007bff;
    background-color: transparent;
}

/* Sidebar */
.sidebar-sticky {
	height: 100%;
	padding-top: 1.5rem;
	background-color: #1e222d;
}
.sidebar-sticky .nav-title {
	padding: 18px 0 5px 20px;
	color: #7c878e;
	font-size: 12px;
}
.sidebar-sticky .nav-link {
	color: #c1c6c8;
	padding: 9px 0 9px 20px;
	display: flex;
	align-items: center;
}
.sidebar-sticky .nav-link i {
	color: #7c878e;
	margin-right: 8px;
	font-size: 20px;
	text-align: center;
}
.sidebar-sticky .nav-link span:first-child {
	flex: 1;
}
.sidebar-sticky .nav-link:hover {
	background-color: #262f3e;
}
.sidebar-sticky .nav-link.active {
	color: #FFF;
	background-color: var(--primary);
}
.sidebar-sticky .nav-link.active i {
	color: #FFF;
}

.side-white .sidebar-sticky {
	background-color: #FFF;
	border-right: 1px solid #f0f1f3;
}
.side-white .sidebar-sticky .nav-link {
	color: #7c878e;
}
.side-white .sidebar-sticky .nav-link:not(.active):hover {
	background-color: #f0f1f3;
}
.side-white .sidebar-sticky .nav-link.active {
	color: #FFF;
}

/* WHMCS ClientArea */
.page-container {
	height: 100%;
	position: relative;
}
.page-body {
	transition: all cubic-bezier(.4,0,.2,1) .2s;
	position: absolute;
	left: 200px;
	top: 0;
	right: 0;
	bottom: 0;
}
.page-body .card {
	border-color: #eef0f8;
}
.page-side {
	position: fixed;
	top: 60px;
	width: 200px;
	display: inline-block;
	height: 100%;
	vertical-align: top;
}

/* Subtop */
.subtop {
	padding: 70px 0;
	background-color: #1971ff;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	/* background-image: url("https://cdn.sul99.cn/Archive/k97nc.png"); */
	background-image: url("../img/3bate.png");
}
.subtop .subtop-info {
	color: #FFF;
	font-size: 16px;
}
.subtop .subtop-title {
	color: #FFF;
	font-size: 40px;
	line-height: 60px;
}
.subtop .subtop-title small {
	font-size: 20px;
	margin-left: 1rem;
}

/* ACT */
.pages-actindex {
	background-color: #FFF;
}
.act-hd {
	margin-bottom: 4rem;
}
.act-title {
	font-size: 28px;
	color: #16181A;
	line-height: 48px;
	font-weight: 500;
}
.act-tit-dazzing {
	color: #0052D9;
	position: relative;
	display: inline-block;
}
.act-tit-routine::before {
	content: "";
}
.act-desc {
	font-size: 16px;
	color: #666;
	line-height: 22px;
}
.actindex-hd {
	margin-top: -60px;
}
.act-selllist-item {
	height: 180px;
	border: 1px solid #E5E8ED;
	box-shadow: 0 2px 4px 0 rgb(178 178 178 / 20%);
	box-sizing: border-box;
	padding: 16px 20px;
	position: relative;
	margin-bottom: 2rem;
	background-color: #FFF;
	cursor: pointer;
}
.act-selllist-item:hover {
	padding-top: 15px;
	transform: translate(0,-1px);
	border: 1px solid #0052D9;
}
.act-selllist-item-first {
	color: #FFF;
	padding: 2rem 20px;
	background-size: cover;
	background-image: url("../img/act/k97nc.png");
}
.act-selllist-item-first:hover {
	padding-top: 2rem;
}
.act-selllist-item-first .act-selllist-tit {
	color: #FFF;
	border-bottom: 0 none;
}
.act-selllist-item-first .act-selllist-subtit {
	color: rgba(255,255,255,.8);
}
.act-selllist-link {
	width: 100%;
	height: 100%;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	pointer-events: auto;
}
.act-selllist-tit-tag {
	margin-left: -46px;
	display: inline-block;
	padding-left: 8px;
	width: 38px;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	vertical-align: middle;
	background-image: url("../img/hot.svg");
	background-repeat: no-repeat;
	background-size: cover;
	height: 18px;
}
.act-selllist-tit-tag-con {
	background-color: #FF6000;
	height: 18px;
	line-height: 18px;
	width: 100%;
	display: none;
	color: #FFF;
	font-size: 12px;
	font-weight: 300;
	text-align: center;
}
.act-selllist-icon {
	position: absolute;
	width: 158px;
	height: 100px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 0;
	right: 0;
	bottom: 0;
	background-image: url("../img/5wjtu.svg");
}
.act-selllist-con {
	height: 100%;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	padding-bottom: 56px;
	pointer-events: none;
}
.act-selllist-tit {
	white-space: nowrap;
	white-space: nowrap;
	padding-bottom: 4px;
	margin-bottom: 4px;
	border-bottom: 1px solid #EAEDF4;
	color: #000;
	font-weight: 500;
	font-size: 20px;
	line-height: 28px;
	transition: color .2s linear;
}
.act-selllist-tit-txt {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	padding-right: 46px;
}
.act-selllist-subtit {
	font-size: 14px;
	color: #666;
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.act-selllist-code {
	position: absolute;
	left: 0;
	bottom: 0;
}
.act-selllist-promocode {
	font-size: 18px;
	margin-bottom: 0;
	text-transform: uppercase;
}
.act-selllist-promocode .act-selllist-warm-txt {
	font-size: 14px;
}
.act-selllist-price {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 4px;
}
.act-selllist-warm-txt {
	color: #FF6000;
}
/* WHMCS */
section#main-body {
	padding: 0;
	position: absolute;
	width: 100%;
	top: 70px;
	height: 100%;
}
.main-content {
	margin-bottom: 0;
}
.main-content .card {
	margin-bottom: 1.5rem;
}
.main-content h3.card-title  {
    font-size: 1.25rem;
    font-weight: 400;
}
.main-content .form-check {
	padding-left: 0;
}
.bootstrap-switch.bootstrap-switch-small,
.bootstrap-switch.bootstrap-switch-mini {
	min-width: 55px;
	line-height: auto;
}
.marketing-email-optin {
	padding: 20px;
	margin: 0 0 20px 0;
    background-color: #f8f8f8;
    border-radius: 3px;
}
#registration label {
	font-weight: 400;
	font-size: 16px;
}
#registration .checkbox {
	margin-top: 0;
	margin-bottom: 20px;
}
.checkbox label, .radio label {
	padding-left: 0;
}


/* clientarea-home */
.main-container {
	padding: 1.5rem 0;
}
.clientarea-home .card {
	margin-bottom: 22px;
	border: 0px solid #f1f2f3;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 3%);
}
.clientarea-home .card .card-header {
	border-bottom: 1px solid #f1f2f3;
	background-color: transparent;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.clientarea-home .card .card-header .btn:hover {
	color: #FFF;
}
.clientarea-home .card .card-header .card-title {
	color: #666;
	font-size: 1rem;
	font-weight: 600;
	line-height: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.clientarea-home .card .card-body {
    padding: 1rem 1.25rem;
    position: relative;
    max-height: inherit;
}
.clientarea-home .card .card-body ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.clientarea-home .card .card-body ul li.list-group-item {
	padding: 10px 1.25rem;
	border: 0 none;
    border-bottom: 1px solid #f1f2f3;
}
.clientarea-home .card .card-body li.list-group-item .date {
	color: #AAA;
}
.clientarea-home .card .card-body li h5 {
	color: #333;
	font-size: 1rem;
	margin-bottom: 0;
}
.clientarea-home .card .card-body li a {
	display: block;
}
.clientarea-home .card .card-body a,
.clientarea-home .card .card-body a:hover {
	text-decoration: none;
}
.clientarea-home .card-item {
	display: flex;
	margin: .5rem 0 .75rem;
}
.clientarea-home .card-item .card-item-icon {
	height: 48px;
	width: 48px;
	margin-right: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f6fc;
	color: #7d848e;
	font-size: 24px;
	line-height: 1;
}
.clientarea-home .card-item .card-item-title {
	color: #444;
	margin-bottom: 4px;
}
.clientarea-home .card-item:hover .card-item-title {
	color: #076dff;
}
.clientarea-home .card-item .card-item-info {
	font-size: 12px;
	color: #888;
	display: flex;
	align-items: flex-start;
	word-break: break-word;
}
.home-billing-recent {
	display: flex;
}
.consumption-info {
	flex: 0 0 20.83333%;
	width: 20.83333%;
	max-width: 20.83333%;
}
.consumption-chart {
	margin-left: 4.16667%;
	flex: 0 0 75%;
	width: 75%;
	max-width: 75%;
}
.consumption-info {
	color: #888;
}
.consumption-info span {
	color: #333;
}
.current-month-number {
	margin: 16px 0 24px 0;
	font-size: 28px;
	color: #333;
	font-family: TCloudNumber;
}
.last-month-number {
	margin-top: 10px;
	font-size: 14px;
}
ul.reward-primary {
	display: flex;
}
ul.reward-primary > li {
	flex: 1;
	border-right: 1px solid #ebebeb;
	text-align: center;
}
ul.reward-primary > li:last-child {
	border-right: 0;
}
ul.reward-primary > li .money {
	color: #333;
	font-size: 2rem;
	font-family: TCloudNumber;
}
ul.reward-primary > li .symbol {
	font-size: 14px;
}
ul.reward-primary > li .money-label {
	font-size: 12px;
	color: rgba(85,85,85,.5);
}
ul.reward-secondary {
	margin-top: 20px;
}
ul.reward-secondary>li {
	display: flex;
	position: relative;
	line-height: 24px;
	font-size: 12px;
}
ul.reward-secondary>li .money-label {
	color: #333;
	flex: 1;
	color: #888;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.item-aff .links {
	margin-top: 16px;
	text-align: center;
}
.item-aff .inner {
	font-size: 12px;
	margin-top: 16px;
	margin-right: -17px;
	margin-left: -17px;
	padding: 12px 16px;
	color: #555;
	background-color: #ebf4fb;
}
.item-aff .share-links {

}
.no-data {
	min-height: 300px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	    flex-direction: column;
}
.no-data .icon-holder {
	background-image: url("../img/icon-no-openorder.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
}
.avatar {
	border-radius: 50%;
	overflow: hidden;
}
.avatar-sm {
	width: 24px;
	height: 24px;
}
.avatar-md {
	width: 48px;
	height: 48px;
}
.avatar img {
	max-width: 100%;
}
.card-body-info {
	display: flex;
	align-items: center;
	background-image: url("../img/avatar-bg.svg");
	background-position: 110px 14px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 1.5rem;
}
.funds-item-info {
	width: 30%;
	display: flex;
}
.funds-item-other {
	display: flex;
	width: 70%;
}
.funds-items {
	display: flex;
	align-items: center;
	width: 100%;
}
.funds-item {
	flex: 1;
	padding: 0px 20px;
	font-size: 28px;
	color: #000;
	cursor: pointer;
	text-decoration: none;
	border-left: 1px solid #e6e8ee;
}
.funds-item:last-child {
	margin-right: 0;
}
.funds-item:hover {
	text-decoration: none;
}
.funds-item-header {
	font-size: 12px;
	color: #888;
	line-height: 1.5;
}
.funds-item .funds-num {
	font-family: TCloudNumber;
}
.funds-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.funds-header h5 {
	font-size: 12px;
}

/*
* Main-top
*/
.main-top {
	background-color: #FFF;
	margin: 0;
	padding: 1.25rem 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-top > .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-top h1 {
	color: #2a2e36;
	font-size: 1.6rem;
	font-weight: 400;
	margin-bottom: 0;
}
.main-top h1 small {
	font-weight: 400;
	line-height: 1;
	color: #777;
	margin-left: 10px;
	font-size: 1rem;
}
.main-top .breadcrumb {
	color: #4d5460;
	padding: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.main-top .breadcrumb a {
	color: #a6abaf;
}

/* INVOICE */
@media (min-width: 992px) and (max-width: 1199px) {
    .invoice-container > div:last-child:not(.col-md-3) {
        width: 242px!important;
    }
}
.status-label {
    float: right;
    font-weight: 500;
    background-color: rgba(255, 255, 255, .1);
}
.invoice-logo img {
    max-width: 280px;
}
.invoice-top ul > li {
    position: relative;
    margin: 0 0 8px 0;
    text-align: right;
}
.invoice-top ul .list-label {
    display: inline-block;
    padding: 0 15px 0 0;
    color: #a1a6b2;
}
.invoice-status {
    color: #fff;
}
.invoice-status .status-id {
    padding-left: 44px!important;
}
.invoice-status.status-md .status-id {
    padding-right: 30px;
    text-align: right;
}
.invoice-status.status-md .status-label {
    font-weight: 700;
}
.panel-invoice .list-address,
.panel-invoice address {
    font-size: 13px;
}
.invoice-info h5 {
	font-size: 14px;
	font-weight: bold;
}
.form-actions table,
.form-actions table > tbody,
.form-actions table > tbody > tr,
.form-actions table > tbody > tr > td,
.form-actions table > tbody > tr > td > form {
    display: block;
    width: 100%;
}
.form-actions table > tbody > tr > td:first-child {
    margin-bottom: 8px;
}
.invoice-table .table>tbody>tr>td,
.invoice-table .table>tbody>tr>th,
.invoice-table .table>thead>tr>td,
.invoice-table .table>thead>tr>th, 
.invoice-table .table>tfoot>tr>td,
.invoice-table .table>tfoot>tr>th {
    padding-left: 0;
}
.invoice-table .table>tfoot>tr:last-child>td {
    border-bottom: 0 none;
}
.table .table-summary > tr > td:first-child {
    text-align: right;
    vertical-align: middle;
    border-bottom: none;
}
@media (min-width: 768px) {
    
    .panel-invoice .row {
        margin-left: -20px;
        margin-right: -20px;
    }
    .panel-invoice [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px;
    }
    .panel-invoice .table > tbody > tr > td,
    .panel-invoice .table > thead > tr > th,
    .panel-invoice .table > tfoot > tr > td {
        padding: 10px 25px;
    }
    .panel-invoice .table > tbody > tr > td:first-child,
    .panel-invoice .table > thead > tr > th:first-child,
    .panel-invoice .table > tfoot > tr > td:first-child,
    .panel-invoice > .panel-body > h4,
    .panel-invoice > .panel-body > p {
        padding-left: 0;
    }
    .panel-invoice .table > tbody > tr > td:last-child,
    .panel-invoice .table > thead > tr > th:last-child,
    .panel-invoice .table > tfoot > tr > td:last-child,
    .panel-invoice > .panel-body > h4,
    .panel-invoice > .panel-body > p {
        padding-right: 0;
    }
    .status-label {
        padding: 0 20px;
    }
    .invoice-top,
    .invoice-status {
        margin-bottom: 40px;
    }
    .invoice-info {
        margin-bottom: 20px;
    }
    .invoice-status.status-lg {
        height: 80px;
        font-size: 32px;
        font-weight: 100;
        line-height: 80px;
    }
    .invoice-status.status-md {
        height: 40px;
        color: #fff;
        font-size: 16px;
        line-height: 40px;
    }
    .invoice-taxitem {
        margin: -30px 0 40px;
    }
}
@media (max-width: 767px) {
    .invoice-status {
        padding-left: 54px;
        margin: 0 0 20px -40px;
    }
    .invoice-status .status-id {
        padding-left: 10px!important;
    }
    .invoice-status .status-label {
        padding-left: 20px;
    }
    .invoice-payto,
    .invoice-invoicedto {
        margin-bottom: 20px!important;
    }
    .invoice-top {
        margin-bottom: 32px!important;
    }
    .invoice-taxitem {
        margin: -10px 0 20px;
    }
    .invoice-status.status-lg {
        height: 50px;
        font-size: 24px;
        font-weight: 100;
        line-height: 50px;
    }
    .invoice-status.status-md {
        height: 32px;
        font-size: 14px;
        font-weight: 100;
        line-height: 32px;
    }
    .panel-invoice h4 {
        margin-bottom: 10px;
    }
    .invoice-table .table > tbody > tr,
    .invoice-table .table > thead > tr th {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .invoice-table .table > tbody > tr .amount-col {
        line-height: 32px;
    }
    .table-summary tr {
        width: 100%;
        padding: 10px 0;
    }
    .table-summary tr:after {
        display: block;
        content: "";
        clear: both;
    }
    .table-summary tr td {
        float: left;
        width: 50%;
        padding: 0 10px !important;
    }
}
@media (max-width: 579px) {
    .panel-invoice .panel-body {
        padding: 24px;
    }
    .invoice-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .invoice-logo img {
        max-width: 200px;
    }
    .invoice-top ul > li {
        float: left;
        width: 50%;
        margin: 0;
        text-align: left;
    }
    .invoice-top ul > li .list-label {
        display: block;
    }
    .invoice-status {
        padding-left: 20px;
        margin: 0 0 20px -24px;
    }
    .invoice-status .status-id {
        padding-left: 10px!important;
    }
    .invoice-status .status-label {
        padding-left: 20px;
    }
	.main-top {		
		display: flex;
		flex-direction: column;
		align-items: start;
	}
}
/* Product List */
.products-lists {
	display: flex;
	flex-direction: column;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgb(54 58 80 / 32%);
}
.products-row {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #e8eaf0;
	transition: background-color .1s linear;
}
.products-row:hover {
	background-color: #eceef2;
}
.products-row.products-head {
	border-bottom: 1px solid #cfd5de;
}
.products-row.products-foot {
	align-items: center;
	justify-content: space-between;
}
.products-row.products-head:hover,
.products-row.products-foot:hover {
	background-color: transparent;
}
.products-row.products-head .products-cell {
	font-weight: 600;
	padding: .8rem .5rem;
	color: rgba(0,0,0,.4);
}
.products-row.products-foot .products-cell {
	width: 100%;
	padding: 1rem;
	flex-direction: unset;
}
.products-row.products-foot .products-cell:nth-child(2) {
	justify-content: end;
}
.products-row.products-foot .products-cell .page-link {
	padding-top: 0;
	padding-bottom: 0;
	line-height: 24px;
}
.products-row.products-foot .products-cell .page-link.prev {
	border-radius: 2px 0 0 2px;
}
.products-row.products-foot .products-cell .page-link.next {
	border-radius: 0 2px 2px 0;
}
.products-cell {
	font-size: 12px;
	width: 15%;
	padding: 1rem .5rem;
	color: rgba(0,0,0,.7);
	display: flex;
	position: relative;
}
.ip-div {
	display: flex;
	align-items: center;
}
.ip-div .bi-clipboard {
	display: none;
}
.products-row:hover .ip-div .bi-clipboard {
	display: inline-block;
}
.ip-tag {
	height: 18px;
	min-width: 35px;
	display: block;
	line-height: 16px;
	text-align: center;
	font-size: 12px;
	border: 1px solid #dbdee3;
	border-radius: 2px;
	background-color: #fbfbfc;
	color: #AAA;
	transform: scale(.8);
	margin-right: 2px;
	padding: 0 4px;
	text-transform: uppercase;
}
.products-cell:nth-child(1) {
	width: 30px;
}
.products-cell:nth-child(2) {
	flex-direction: column;	
}
.products-cell:nth-child(3),
.products-cell:nth-child(4),
.products-cell:nth-child(5),
.products-cell:nth-child(6) {
	width: 110px;
}
.products-cell .fa-os {
	width: 16px;
	height: 16px;
	background-size: 100%;
}
.products-cell .iti-flag {
	margin-top: 2px;
}
.products-grid {
	background-color: transparent;
	box-shadow: none;
	overflow: unset;
}
.products-grid .products-lists-bd {
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: repeat(3, auto);
}
.products-grid .products-row.products-head,
.products-grid .products-row.products-foot {
	display: none;
}
.products-grid .products-row {
	overflow: hidden;
	background-color: #FFF;
	display: unset;
	position: relative;
	height: 150px;
	border-radius: 4px;
	box-shadow: 0 2px 4px 0 rgb(54 58 80 / 32%);
}
.products-grid .products-cell {
	position: absolute;
	padding: 1rem 1rem;
	width: auto;
}
.products-grid .products-cell .ip-div.PrivateIP {
	display: none;
}
.products-grid .products-cell:nth-child(2) {
	left: 30px;
}
.products-grid .products-cell:nth-child(3) {
	right: 0;
}
.products-grid .products-cell:nth-child(4) {
	top: 50px;
	left: 30px;
}
.products-grid .products-cell:nth-child(5) {
	top: 50px;
	left: 130px;
}
.products-grid .products-cell:nth-child(6) {
	top: 50px;
	left: 230px;
}
.products-grid .products-cell:nth-child(7) {
	bottom: 0;
	right: 0;
}
.products-grid .products-cell:nth-child(8) {
	left: 0;
	bottom: 0;
	flex-direction: unset !important;
}
.products-grid .products-cell:nth-child(8) > div {
	margin-right: .5rem;
}
.products-grid .products-cell:nth-child(9) {
	display: none;
}
.btn-return-to-admin {
	right: 150px;
	bottom: 0;
	top: unset;
	transform: unset;
	border-radius: .25rem .25rem 0 0 !important;
}
/* All Table */
.table-container {
	position: relative;
	background-color: #FFF;
	border-radius: 4px;
	box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 3%);
}
.table-container .listtable {
	
}
div.dataTables_wrapper div.dataTables_info {
    padding: 1rem !important;
    color: #333;
    font-weight: 400;
}
div.dataTables_wrapper div.dataTables_filter label {
	padding: 0;
	margin-bottom: 0;
}
.dataTables_wrapper .dataTables_length {
	height: 55px;
}
.dataTables_wrapper .dataTables_length label {
	padding: 0 10px;
}
div.dataTables_wrapper div.dataTables_paginate {
	padding: 10px;
}
.dataTables_wrapper .dataTables_filter label .form-control {
	margin: 7px 10px 0 0;
	background-position: left 10px center;
	background-size: auto 15px;
	padding-left: 40px !important;
}
.dataTables_wrapper table.table-list{
	border: 0;
	border-top: 0 none;
	border-bottom: 1px solid #f0f2f2;
	border-radius: 0;
	margin: 0 !important;
}
.dataTables_wrapper table.table-list thead th {
	color: #34474d;
    font-weight: 600;
    background-color: #f8f8f9;
    border: 0;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 1rem;
    text-align: left;
    border-radius: 0 !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after,
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_asc_disabled:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_desc_disabled:before {
	bottom: 15px !important;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	top: auto !important;
}
table.dataTable > thead .sorting:after,
table.dataTable > thead .sorting_asc:after,
table.dataTable > thead .sorting_desc:after {
	content: "\f0dd" !important;
}
table.dataTable > thead .sorting:before,
table.dataTable > thead .sorting_desc:before,
table.dataTable > thead .sorting_asc:before {
	content: "\f0de" !important;
}
.dataTables_wrapper table.table-list thead th:first-child,
.dataTables_wrapper table.table-list tbody td:first-child {
	padding-left: 1.5rem;
}
.dataTables_wrapper table.table-list tbody tr:first-child td {
	border-top: 0 none;
}
.table-list>tbody>tr>td {
    color: #666;
    padding: 1rem;
    border-top: 1px solid #f1f2f2;
}
.table-container .dataTables_empty {
	height: 100px;
	vertical-align: middle;
}
.table-list>tbody>tr>td .fa-os {
	height: 18px;
	width: 18px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	vertical-align: middle;
}
.table-list>tbody>tr>td a:not([class]) {
	color: #999;
	font-weight: 400;
	text-decoration: none;
}
.iti-flag {
	display: inline-block;
}

/* products */
.visible-xs {
	display: none;
}
.table-header {
	padding: 20px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #edeeee;
}
.table-footer {
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #FFF;
}
.table-header .btn {
	box-shadow: none;
	background-image: none;
}
.table-header .btn-group .btn.active {
	color: #36dba1;
	font-weight: 500;
	background-color: #f8fcfd;
	border-color: #36dba1;
}
.table-paginate,
.table-pages {
	color: #8e9595;
	font-size: 13px;
}
.table-status {
	display: flex;
}
.table-status .dropdown {
	margin-right: 10px;
}
.table-paginate {
	display: flex;
	align-items: center;
}
.table-paginate .dropdown {
	margin-right: 10px;
}
.table-paginate .dropdown .btn {
	padding: 5px 25px 5px 10px;
	background-image: none;
	height: 31px;
}
.table-paginate .dropdown .btn:after {
    position: absolute;
    top: 7px;
    right: 7px;
	font-family: "Font Awesome 5 Pro";
    content: "\f078";
    border: 0 none;
    transform: scale(.8);
}
.table-paginate .dropdown .c-dropdown__menu {
	width: 60px;
	min-width: 60px;
}
.table-paginate .pagination {
	margin: 0;
}
.table-paginate .pagination .form-control {
    max-width: 40px;
    text-align: center;
    border: 1px solid #edefef;
    border-radius: 4px !important;
    min-height: 28px;
    padding: 0 .25rem;
    font-size: .8em;
    margin-right: 1px;
}
.table-paginate .pagination .page-link {
	border: 0 none;
	cursor: pointer;
}
.table-paginate .pagination .page-link i {
	font-weight: 600;
	color: #36d29b;
}
.table-paginate .pagination .page-link:hover {
	color: #333;
	font-weight: 600;
	background-color: transparent;
}
.table-search {
	min-width: 25%;
	position: relative;
	margin-right: 1rem;
	padding-right: 1rem;
}
.table-search:after {
	position: absolute;
	content: '';
	border-right: 1px solid #edefef;
	height: 16px;
	top: 50%;
	right: 0;
	margin-top: -8px;
}
.table-search i {
	position: absolute;
	color: #3bdba2;
	font-size: 16px;
	font-weight: 600;
	width: 24px;
	height: 24px;
	top: 6px;
	left: 12px;
}
.table-search .form-control {
	padding-left: 40px;
	max-height: 32px;
	padding-top: .5rem;
	padding-bottom: .5rem;
}
.table-search .form-control::-webkit-input-placeholder{
	color: #b4bebc;
}
.table-search .table-search-val {
	z-index: 100;
	width: 400px;
	position: absolute;
	top: 100%;
	margin-top: 10px;
	border: 1px solid #dfe3ea;
	border-radius: 4px;
	background-color: #FFF;
	overflow-y: auto;
	max-height: 410px;
}
.table-search .table-search-val ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.table-search .table-search-val li {
	border-bottom: 1px solid #dfe3ea;
}
.table-search .table-search-val li:last-child {
	border-bottom: 0;
}
.table-search .table-search-val li.no-data {
	height: auto;
	margin: 0;
	padding: 15px;
}
.table-search .table-search-val li a {
	padding: 10px 15px;
	color: #7f8fa4;
	display: flex;
	align-items: center;
	text-decoration: none;
	justify-content: space-between;
}
.table-search .table-search-val li a:hover {
	background-color: #f8fcfd;
}
.btn-createHost {
	padding: .215rem 1.125rem;
    border-radius: 6px;
	border-color: #55b291;
	background-color: #36dba1;
}
.btn-createHost:hover,
.btn-createHost:focus,
.btn-createHost:active {
	border-color: #55b291;
	background-color: #55b291;
}
.security-title-box {
	padding: 24px;
	background-color: #d0e3ff;
	display: flex;
	justify-content: flex-start;
}
.security-title-box .icon-box {
	margin-right: 16px;
}
.security-title-box .icon-box .bi {
	color: #084298;
	font-size: 40px;
	line-height: 1;
}
.security-title-box .title-info .title {
	color: #1f2533;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 4px;
}
.security-title-box .title-info .sub-title {
	color: #7c8294;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 0;
}
.security-list {
	padding: 0;
}
.security-content {
	min-height: 24px;
	padding: 20px 0;
	border-bottom: 1px solid #eef0f8;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.security-line {
	padding: 0 24px;
}
.security-line:hover {
	background-color: #fafbfc;
}
.security-line:last-child .security-content {
	border-bottom: 0 none;
}
.security-line .security-content .icon-title-box {
	display: flex;
	align-items: center;
	margin-right: 12px;
}
.security-line .security-content .icon-title-box .icon-box {
	margin-right: 12px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.security-line .security-content .icon-title-box .icon-box .bi {
	color: var(--primary);
	font-size: 24px;
	line-height: 1;
	vertical-align: text-top;
}

.security-line .security-content .icon-title-box .title-box .line-title {
	color: #40475b;
	font-size: 14px;
	font-weight: 500;
	line-height: 20px;
	margin-bottom: 0;
}
.security-line .security-content .icon-title-box .title-box .line-desc {
	color: #9ba1b1;
	font-size: 12px;
	font-weight: 400;
	line-height: 16px;
	margin-bottom: 0;
}
.security-line .security-content .right-content {
	width: 340px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.security-line .security-content .right-content span {
	margin-right: 16px;
	font-size: 12px;
	font-weight: 500;
}
.security-line .security-content .right-content span:last-child {
	margin-right: 0;
}
.security-line .security-content .right-content .info-text {
	color: #9aa1b1;
	line-height: 16px;
}

.announcement-items {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(3, 1fr);
}
.announcement-item {
	flex: 1;
	position: relative;
	border-radius: .35rem;
	border: 1px solid #f0f1f3;
	overflow: hidden;
}
.announcement-items {
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, auto);
}
.announcement-item a {
	padding: 1rem;
	display: flex;
	flex-direction: column;
	justify-content: end;
	text-decoration: none;
	position: relative;
	z-index: 3;
	width: 100%;
	min-height: 200px;
	height: 100%;
}
.announcement-item h4 {
	height: 25px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.announcement-body {
	font-size: 1.25rem;
}
.main-news-body .announcement-items {
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, auto);
}
.announcement-item:hover {
	transform: translateY(-2px) scale(1.02);
	transition: all .3s ease-in-out;
}
.announcement-item img {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.announcement-item:after {
	position: absolute;
	z-index: 2;
	content: '';
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0,0,0,.5);
}
.main-news-body .announcement-item a {
	min-height: 180px;
}
.announcement-item:first-child {
	grid-column: 1/span 2;
	grid-row: 1/span 2;
}
.main-partner-items {
	display: grid;
	grid-gap: 1.5rem;
	grid-template-columns: repeat(6, 1fr);
}
.main-partner-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-partner-item img {
	max-height: 100px;
	max-width: 90%;
	opacity: .6;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.main-partner-item:hover img {
	opacity: 1;
	transform: translateY(-2px) scale(1.02);
}


.pageError {
	display: flex;
	align-items: center;
	justify-items: center;
	padding: calc( (100vh - 861px) / 2) 0;
}
.pageError .display-1 {
	font-size: 12rem;
	background-image: linear-gradient(to right,#FFCF02, #FF7352);
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
}
.pageError lottie-player {
	max-width: 720px;
	max-height: 400px;
	margin: 0 auto;
}
.notes .layui-layer-content {
	padding: 25px;
}
.notes.layui-layer {
	border-radius: 6px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.2);
}
.notes .layui-layer-title {
	padding: 0 25px;
	line-height: 45px;
	font-size: 16px;
	font-weight: 500;
	border-bottom: 0 none;
	background-color: transparent;
}
.layui-layer-content .form-item-title {
    line-height: 24px;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
    margin-top: -20px;
}
.notes .layui-layer-setwin {
	top: 10px;
	right: 15px;
}
.notes .layui-layer-setwin .layui-layer-close1 {
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #AAA;
}
.notes .layui-layer-setwin .layui-layer-close1:before {
	content: "\f00d";
}
.notes .layui-layer-btn {
	display: flex;
	padding: 0 25px 25px;
}
.notes .layui-layer-btn > a {
	display: flex;
    flex: 1;
    min-height: 45px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-weight: 600;
    margin: 0;
}
.notes .layui-layer-btn .layui-layer-btn0 {
	border-color: #087fdf;
	background-color: #087fdf;
}
.notes .layui-layer-btn .layui-layer-btn1 {
	margin-left: 20px;
	color: #087fdf;
	border-color: #087fdf;
}
.layui-layer-loading .layui-layer-loading2 {
    width: 48px;
    height: 48px;
    background: none;
	border: 3px solid rgba(0, 0, 0, .15);
	border-top: 3px solid #2d9df3;
	border-radius: 100%;
	vertical-align: text-bottom;
	animation: rotation .6s infinite linear;
	background-image: none !important;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg)
	}
	to {
		transform: rotate(360deg)
	}
}
@media (max-width: 576px) {
	.table-header, .table-footer {
		display: block;
	}
	.table-status,
	.table-pages {
		margin-bottom: 1rem;
	}
	.table-status .btn-group {
		display: flex;
	}
	.table-status .btn-group .btn {
		flex: 1;
	}
	.table-search .table-search-val {
		width: 100%;
	}
}

.status {
	font-weight: 600;
	padding: 0;
	color: #6c757d;
	display: inline-block;
	margin-bottom: 0;
	background-color: transparent;
}
/* 'Pending','Active','Suspended','Terminated','Cancelled','Fraud','Completed' */
.status.status-pending {
    color: #fd7e14;
}
.status.status-open,
.status.status-paid,
.status.status-completed,
.status.status-active {
    color: #28a745;
}
.status.status-unpaid,
.status.status-close,
.status.status-Fraud, 
.status.status-terminated {
	color: #dc3545;
}
.status.status-cancelled,
.status.status-suspended {
	color: #6c757d;
}
.status.status-customer-reply {
	color: #f60;
}

/* article */
.article section#main-body {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	background-color: transparent;
}

.xs-title h4 {
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 16px;
}
.terms-wraper p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.647;
	color: #444;
}
.terms-wraper:not(:last-child) {
  margin-bottom: 30px; }

.order-list {
	padding-left: 0px;
	margin-bottom: 0px;
}
.order-list li {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.647;
	color: #666;
	list-style: decimal;
	list-style-position: inside;
}
.order-list li:not(:last-child) {
	margin-bottom: 10px;
}

.tickets-main {
	border: 1px solid #EEE;
	border-radius: 4px;
	padding: 20px;
	display: block;
}
.tickets-main:focus,
.tickets-main:hover {
	text-decoration: none;
	background-color: #FAFAFA;
}
.tickets-main h4 {
	color: #333;
	font-size: 18px;
	margin: 0 0 15px;
}
.tickets-main p {
	color: #666;
	margin-bottom: 0;
}

#popup-backdrop .main-content {
	padding: 0;
}

/* SiteMap */
.sitemap h4 {
	margin: 0;
	font-weight: 400;
	padding-bottom: 18px;
}
.sitemap li {
    padding-bottom: 5px;
}
.sitemap li a {
	color: #333;
    font-size: 1rem;
    line-height: 1.5;
}
.sitemap li .label {
    vertical-align: middle;
    border-radius: 2px;
    margin-left: 5px;
    padding: 0 .6em .1em;
}
.label-update {
	background-color: #3ca6ff;
}
.label-new {
	background-color: #cf4f2e;
}

.submit-item a {
	display: flex;
	align-items: center;
	border-radius: .5rem;
	border: 1px solid #f0f1f3;
	padding: 1rem 1.5rem;
	text-decoration: none;
}
.submit-item a:hover {
	background-color: #f0f1f3;
}
.common-tool-icon {
	margin-right: 1.5rem;
}
.common-tool-icon i {
	color:  var(--primary);
	font-size: 48px
}
.common-tool-msg-cont {
	
}
.submit-item-title {
	color: #333;
	font-size: 16px;
}
.submit-item-text {
	margin-bottom: 0;
	color: #6c757d;
}

/* Footer */
footer.footer {
	padding: 60px 0;
	background-color: #282f3c;
	border: 0 none;
	font-size: 14px;
    color: #FFF;
    position: relative;
    border-top: 0 none;
}
footer.footer h5 {
	font-size: 16px;
	margin-bottom: 1rem;
}
footer.footer a {
	line-height: 26px;
	color: #939699;
}
footer.footer .copyright {
	margin: 0;
	font-size: 1rem;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer.footer .privacy a {
	color: #FFF;
	position: relative;
	display: inline-block;
	padding-right: 20px;
}
footer.footer .privacy a:after {
	height: 14px;
	position: absolute;
	content: '';
	right: 8px;
	top: 6px;
	width: 1px;
	background-color: #444;
}
footer.footer .privacy a:last-child::after {
	display: none;
}

/* header-lined */
div.header-lined h1 {
    margin: 0px 0px 0px -2px;
    border-bottom: none;
    font-weight: 400;
    color: #2a2e36;
    font-size: 28px;
    line-height: 40px;
    line-height: 1.5;
}
div.header-lined h1 small {
	color: #777;
	font-size: 1.25rem;
	margin-left: 1rem;
}
div.header-lined .breadcrumb {
	font-size: 14px;
}
div.header-lined .breadcrumb>.active {
    color: #666;
}
div.header-lined .breadcrumb > .breadcrumb-item > a {
	color: #888;
}
div.dataTables_wrapper div.dataTables_length label {
	margin-top: 4px;
}
.dataTables_wrapper .dataTables_length label .form-control {
    border: 1px solid #ddd;
    min-width: 50px;
    height: 27px !important;
    line-height: 27px;
    padding: 0 0 0 10px;
}
select.form-control {
    appearance: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IldhcnN0d2FfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiCgkgd2lkdGg9IjZweCIgaGVpZ2h0PSI2cHgiIHZpZXdCb3g9IjAgMCA2IDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYgNjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiNCOUJEQzU7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS41LDFoLTVDMC4yMiwxLDAsMS4yMiwwLDEuNVYyYzAsMC4xMywwLjA1LDAuMjYsMC4xNSwwLjM1bDIuNSwyLjVDMi43NCw0Ljk1LDIuODcsNSwzLDVzMC4yNi0wLjA1LDAuMzUtMC4xNQoJbDIuNS0yLjVDNS45NSwyLjI2LDYsMi4xMyw2LDJWMS41QzYsMS4yMiw1Ljc4LDEsNS41LDF6Ii8+Cjwvc3ZnPgo=);
    background-position-y: 50%;
    background-position-x: calc(100% - 11px);
    background-repeat: no-repeat;
    padding-right: 24px;
    -webkit-appearance: none;
}
.tickets-main {
	border: 1px solid #EEE;
	border-radius: 4px;
	padding: 20px;
	display: block;
}
.tickets-main:focus,
.tickets-main:hover {
	text-decoration: none;
	background-color: #FAFAFA;
}
.tickets-main h4 {
	color: #333;
	font-size: 18px;
	margin: 0 0 15px;
}
.tickets-main p {
	color: #666;
	margin-bottom: 0;
}
.ticket-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ticket-action {
	display: flex;
	align-items: center;
}
.ticket-cell {
	margin-left: 1.5rem;
	color: #a2a2a2;
}
.ticket-cell strong {
	color: #333;
	margin-left: 15px;
}
.ticket-detail {
	display: flex;
	padding: 1.5rem 0;
	border-bottom: 1px dashed #d3d3d3;
}
.ticket-detail:last-child {
	border-bottom: 0 none;
}
.ticket-detail-icon {
	margin-right: 1rem;
}
.ticket-detail-icon img {
	width: 40px;
	height: 40px;
}
.ticket-detail-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: .2rem;
}
.ticket-detail-main {
	width: 100%;
}
.ticket-detail-message {
	font-size: 12px;
}
.ticket-detail-message ul,
.ticket-detail-message ol {
	margin: 0 0 1rem;
	padding-left: 25px;
}
.ticket-detail-message pre {
	padding: .7rem 1rem;
	margin: 0 0 1rem;
	font-size: .75rem;
	line-height: 1.7;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f8f8f8;
	border-radius: .25rem;
}
.ticket-detail-message blockquote {
	font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	padding: .7rem 1rem;
	font-size: .75rem;
	line-height: 1.7;
	word-break: break-all;
	word-wrap: break-word;
	border-left: 4px solid var(--primary);
}
.ticket-detail-message blockquote p:last-child {
	margin-bottom: 0;
}
.ticket-reply .rating,
.ticket-reply .rating-done {
	font-size: 18px;
}

@media (min-width: 768px) {
	.container {
		max-width: 98%;
	}
}
@media (min-width: 1400px) {
	.container {
		max-width: 1300px;
	}
}
@media (max-width: 1052px) {
	.nav-item.language {
		display: none;
	}
}
@media (max-width: 800px) {
	.space {
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.px100 {
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
	.navbar-collapse {
		background-color: #FFF;
	    border-top: 1px solid #efefef;
	    border-bottom: 1px solid #efefef;
	    margin-top: 15px;
	    padding-bottom: 15px;
	    padding-left: 30px;
	    padding-right: 30px;
	}
	.footer.footer .back-to-top {
		position: absolute;
		top: 10px;
		right: 10px;
	}
	div.dataTables_wrapper div.dataTables_length label {
		float: left;
	}
	div.dataTables_wrapper div.dataTables_paginate {
		padding: 5px 0 0;
	}
	.navbar-toggle {
		margin: 0;
	    position: absolute;
	    right: 15px;
	}
	.navbar-brand {
		margin: 0;
	}
	.header .navbar {
		min-height: 90px;
	}
	.header .navbar-toggler {
		color: #333;
		min-height: 36px;
		border: 1px solid #999;
	}
	.header .navbar-collapse {
		display: block !important;
		position: fixed;
	    top: 0;
	    left: 0;
	    z-index: 12;
	    height: 100%;
	    width: 240px;
	    background-color: #1b70b8;
	    transition: transform .24s ease;
	    transform: translateX(-240px);
	    overflow-y: auto;
	    overflow-x: hidden;
	    margin: 0;
	    height: 100%;
	    border: 0;
	}
	.header .navbar-collapse.show {
	    transform: translateX(0px);
	}
	.header .navbar-nav>li>a,
	.header .navbar-nav.navbar-right>li>a {
    	color: #FFF;
    	text-align: center;
	}
	.header .navbar-nav>li>a:hover {
		color: #EEE;
	}
	.header .navbar-collapse.in {
	    transform: translateX(0);
	}
	.product-table td .ip-tag,
	.product-table td .ip-div,
	.product-table td .info,
	.reload .status {
		display: inline-block;
	}
	.product-wrap .boxe-title {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
	}
	.product-wrap .boxe-title .name, 
	.product-wrap .boxe-title .cost {
		margin: 0;
	}	
	.product-wrap .boxe .btn {
		display: block;
	}
	.product-wrap  .boxe dl dt {
		float: inherit;
	}
	.product-wrap  .boxe dl dt,
	.product-wrap  .boxe dl dd {
		width: 24%;
		min-width: auto;
		display: inline-block;
	}
	.product-wrap  .boxe dl dd:last-child {
		width: 60%;
	}
	.notice .item-list li a {
		height: 24px;
		display: -webkit-box;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 2;
	    overflow: hidden;
	}
	.item-list li .time {
		display: block;
		float: inherit;
	}
	.language {
		display: block;
		border-left: 0 none;
		padding-left: 0;
		margin-top: 15px;
	}
	.login-bg {
		display: none;
	}
	.login-container {
		padding-left: 1rem;
		padding-right: 1rem;
	}
	.login-body {
		padding: 2rem;
	}
	.login-wrapper {
		min-height: 500px;
	}
	.page-side {
		transform: translateX(-300px);
	}
	.page-side.show {
		top: 59px;
		z-index: 100;
		transform: translateX(0);
		transition: transform .2s;
	}
	.page-body {
		left: 0;
	}
	.home-billing-recent {
		flex-direction: column;
	}
	.consumption-info {
		display: flex;
		align-items: center;
		width: 100%;
		flex: 1;
		max-width: 100%;
	}
	.consumption-info > * {
		flex: 1;
	}
	.consumption-chart {
		width: 100%;
		flex: 1;
		max-width: 100%;
		margin: 0;
	}
	.footer-logo,
	.page-product-aside,
	.wrap-main-swiper .content-slide img {
		display: none;
	}
	.page-product-list [class*=col-] {
		padding-right: 15px;
		padding-left: 15px;
		border: 0 none;
	}
	.main-maps {
		overflow: hidden;
	}
	.page-product-card {
		border-radius: 3px;
		background-color: #FFF;
		box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
		margin-bottom: 2rem;
	}
	.main-solution-body .card {
		margin-bottom: 2rem
	}
	.main-products-body {
		border-radius: 0;
		box-shadow: none;
		background-color: transparent;
	}
	.wrap-main-swiper .swiper-slide {
		height: 450px;
		background-size: auto 450px;
	}
	.wrap-main-swiper .content-slide {
		height: 450px;
		max-height: 450px;
		padding-top: 80px;
	}
	.swiper-pagination-bullets {
		top: -50px;
	}
	.wrap-main-swiper .content-slide .slogan {
		font-size: 2rem;
	}
	.navbar-collapse {
		display: block !important;
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 12;
		width: 300px;
		transition: transform .24s ease;
		transform: translateX(-300px);
		overflow-y: auto;
		overflow-x: hidden;
		margin: 0;
		height: 100vh;
		border: 0;
		box-shadow: 0 4px 40px 0 rgb(0 0 0 / 10%);
	}
	.navbar-collapse.show {
		transform: translateX(0px);
	}
	header .navbar-nav .nav-item .nav-link {
		text-align: center;
	}
	.navbar-toggler {
		position: relative;
	}
	.navbar-toggler:focus {
		outline: none;
	}	
	.navbar-toggler {
		border: 1px solid #dfe1e7;
	}
	.navbar-toggler > i {
		color: #dfe1e7;
	}
	header .navbar-nav.navbar-nav-right .nav-item .btn {
		margin-top: 1rem;
		line-height: 40px;
	}
	header .navbar-nav.navbar-nav-right .nav-item .nav-link {
		line-height: 60px !important;
	}
	.dropdown-container.show {
		top: 110px;
		max-height: 100vh;
	}
	.dropdown-body-menu {
		display: none;
	}
	.dropdown-bd {
		padding: 1rem;
		grid-gap: 1rem;
		grid-template-columns: repeat(1, 1fr);
	}
	.dropdown-bd .body-main-bd {
		
	}
	.body-main-bd-item p {
		display: none;
	}
	.card-body-info {
		background-image: none;
	}
	.funds-items {
		flex-direction: column;
	}
	.funds-item-info {
		width: 100%;
		display: flex;
		padding-bottom: 1.5rem;
		border-bottom: 1px solid #e8e9f0;
	}
	.funds-item-other {
		width: 100%;
		display: grid;
		grid-gap: 0rem;
		grid-template-columns: repeat(2, auto);
	}
	.funds-item {
		width: 100%;
		font-size: 18px;
		padding: 1rem 1.5rem 1rem 0;
		border-left: none;
		border-bottom: 1px solid #e8e9f0;
		
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.funds-item .funds-num {
		margin: 0;
	}
	.main-top h1 {
		font-size: 1.25rem;
	}
	.consumption-info {
		display: grid;
		grid-gap: 1rem;
		grid-template-columns: repeat(2, auto);
		margin-bottom: 2rem;
	}
	.last-month-number,
	.current-month-number {
		margin: 0;
		font-size: 1.125rem;
	}
	.announcement-items {
		display: flex;
		flex-direction: column;
	}
	.main-partner-items {
		grid-template-columns: repeat(2, 1fr);
	}
	.main-header {
		margin-bottom: 2rem;
	}
	.main-title {
		font-size: 1.5rem;
	}
	.product-detail {
		flex-direction: column;
	}
	.product-detail-side {
		padding-right: 1.5rem;
	}
	.product-detail-main {
		margin-top: 1.5rem;
	}
	.product-detail-lists {
		grid-gap: 1.5rem;
		grid-template-columns: repeat(1, auto);
	}
	.intl-map-main {
		bottom: -10px;
	}
	.swiper-media {
		margin: 2rem 0 0;
	}
	.main-services-item {
		height: 300px;
		margin-bottom: 1.5rem;
	}
	.swiper-media-items {
		align-items: unset;
		flex-direction: column;
	}
	.swiper-media-item {
		padding: 1.5rem;
	}
	.swiper-media-item:after {
		right: 0;
		width: 100%;
		height: 1px;
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-left: 50%;
	}
	.dataTables_wrapper table.table-list thead {
		display: none;
	}
	.dataTables_wrapper table.table-list tbody tr {
		border-top: 1px solid #f1f2f2;
	}
	.dataTables_wrapper table.table-list tbody tr td {
		display: flex;
		width: 100%;
		align-items: center;
		justify-content: space-between;
		vertical-align: unset;
		white-space: nowrap;
		padding: 1rem !important;
		min-width: 300px;
		border: none !important;
	}
	.dataTables_wrapper table.table-list tbody tr td .w-hidden {
		display: inline-block;
	}
}
@font-face {
	font-display: swap;
	font-family: TCloudNumber;
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/TCloudNumber-Regular.ttf");
}
@font-face {
	font-family: ucicon-product;
	src: url(./fonts/ucicon-division.eot?v=1656486059844);
	src: url(./fonts/ucicon-division.eot?v=1656486059844) format("embedded-opentype"), url(./fonts/ucicon-division.ttf?v=1656486059844) format("truetype"), url(./fonts/ucicon-division.woff?v=1656486059844) format("woff"), url(./fonts/ucicon-division.svg?v=1656486059844) format("svg");
	font-weight: 400;
	font-style: normal
}
[class*=" icon-product__"],
[class^=icon-product__] {
	font-family: ucicon-product !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	letter-spacing: 0;
	-ms-font-feature-settings: "liga"1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
[class*=" icon-product__"]:before,
[class^=icon-product__]:before {
	display: inline-block
}
.icon-product__access-control:before {
	content: "\E001"
}
.icon-product__accessgw:before {
	content: "\E002"
}
.icon-product__account-security:before {
	content: "\E003"
}
.icon-product__account:before {
	content: "\E004"
}
.icon-product__aim5g:before {
	content: "\E005"
}
.icon-product__anycasteip:before {
	content: "\E006"
}
.icon-product__billing:before {
	content: "\E007"
}
.icon-product__caas:before {
	content: "\E008"
}
.icon-product__censor:before {
	content: "\E009"
}
.icon-product__cloudshell:before {
	content: "\E00A"
}
.icon-product__company:before {
	content: "\E00B"
}
.icon-product__consumption-analysis:before {
	content: "\E00C"
}
.icon-product__contract-center:before {
	content: "\E00D"
}
.icon-product__cube:before {
	content: "\E00E"
}
.icon-product__dashboard3:before {
	content: "\E00F"
}
.icon-product__epc-graphics:before {
	content: "\E010"
}
.icon-product__finance:before {
	content: "\E011"
}
.icon-product__firewall:before {
	content: "\E012"
}
.icon-product__globalrdp:before {
	content: "\E013"
}
.icon-product__globalssh:before {
	content: "\E014"
}
.icon-product__gpu:before {
	content: "\E015"
}
.icon-product__hela:before {
	content: "\E016"
}
.icon-product__httpdns:before {
	content: "\E017"
}
.icon-product__invoice:before {
	content: "\E018"
}
.icon-product__iotedge:before {
	content: "\E019"
}
.icon-product__ipsecvpn:before {
	content: "\E01A"
}
.icon-product__isms:before {
	content: "\E01B"
}
.icon-product__library:before {
	content: "\E01C"
}
.icon-product__logo:before {
	content: "\E01D"
}
.icon-product__message-center:before {
	content: "\E01E"
}
.icon-product__message:before {
	content: "\E01F"
}
.icon-product__mongodb:before {
	content: "\E020"
}
.icon-product__mq:before {
	content: "\E021"
}
.icon-product__nat:before {
	content: "\E022"
}
.icon-product__networkacl:before {
	content: "\E023"
}
.icon-product__overview:before {
	content: "\E024"
}
.icon-product__plive:before {
	content: "\E025"
}
.icon-product__qqtc:before {
	content: "\E026"
}
.icon-product__recycle:before {
	content: "\E027"
}
.icon-product__roma:before {
	content: "\E028"
}
.icon-product__routetable:before {
	content: "\E029"
}
.icon-product__safehouse:before {
	content: "\E02A"
}
.icon-product__search-global:before {
	content: "\E02B"
}
.icon-product__secgroup:before {
	content: "\E02C"
}
.icon-product__sharedgpu:before {
	content: "\E02D"
}
.icon-product__shockwave:before {
	content: "\E02E"
}
.icon-product__snapshot:before {
	content: "\E02F"
}
.icon-product__tidb:before {
	content: "\E030"
}
.icon-product__transaction-bill:before {
	content: "\E031"
}
.icon-product__uads:before {
	content: "\E032"
}
.icon-product__uai-behavior:before {
	content: "\E033"
}
.icon-product__uai-exterior:before {
	content: "\E034"
}
.icon-product__uai-face:before {
	content: "\E035"
}
.icon-product__uai-object:before {
	content: "\E036"
}
.icon-product__uai-ubox:before {
	content: "\E037"
}
.icon-product__uai-ucvm:before {
	content: "\E038"
}
.icon-product__uai-ueng:before {
	content: "\E039"
}
.icon-product__uai-uepg:before {
	content: "\E03A"
}
.icon-product__uai-upda:before {
	content: "\E03B"
}
.icon-product__uai-vehicle:before {
	content: "\E03C"
}
.icon-product__uai:before {
	content: "\E03D"
}
.icon-product__uaitrain:before {
	content: "\E03E"
}
.icon-product__uanycastclean:before {
	content: "\E03F"
}
.icon-product__uapi:before {
	content: "\E040"
}
.icon-product__uapigateway:before {
	content: "\E041"
}
.icon-product__uapistore:before {
	content: "\E042"
}
.icon-product__uarchive:before {
	content: "\E043"
}
.icon-product__uas:before {
	content: "\E044"
}
.icon-product__ucamon:before {
	content: "\E045"
}
.icon-product__ucdn:before {
	content: "\E046"
}
.icon-product__ucgs:before {
	content: "\E047"
}
.icon-product__uclickhouse:before {
	content: "\E048"
}
.icon-product__ucloudstack:before {
	content: "\E049"
}
.icon-product__ucloudstor:before {
	content: "\E04A"
}
.icon-product__ucmp:before {
	content: "\E04B"
}
.icon-product__ucnam:before {
	content: "\E04C"
}
.icon-product__udas:before {
	content: "\E04D"
}
.icon-product__udataark:before {
	content: "\E04E"
}
.icon-product__udb:before {
	content: "\E04F"
}
.icon-product__uddb:before {
	content: "\E050"
}
.icon-product__udhost:before {
	content: "\E051"
}
.icon-product__udi:before {
	content: "\E052"
}
.icon-product__udisk:before {
	content: "\E053"
}
.icon-product__udnr:before {
	content: "\E054"
}
.icon-product__udns:before {
	content: "\E055"
}
.icon-product__udocker:before {
	content: "\E056"
}
.icon-product__udoris:before {
	content: "\E057"
}
.icon-product__udpn:before {
	content: "\E058"
}
.icon-product__udts:before {
	content: "\E059"
}
.icon-product__udw:before {
	content: "\E05A"
}
.icon-product__ues:before {
	content: "\E05B"
}
.icon-product__uewaf:before {
	content: "\E05C"
}
.icon-product__ufile:before {
	content: "\E05D"
}
.icon-product__uflink:before {
	content: "\E05E"
}
.icon-product__ufs:before {
	content: "\E05F"
}
.icon-product__ugaa:before {
	content: "\E060"
}
.icon-product__ugc:before {
	content: "\E061"
}
.icon-product__ugn:before {
	content: "\E062"
}
.icon-product__ugroup:before {
	content: "\E063"
}
.icon-product__uhadoop:before {
	content: "\E064"
}
.icon-product__uhas:before {
	content: "\E065"
}
.icon-product__uhids:before {
	content: "\E066"
}
.icon-product__uhive:before {
	content: "\E067"
}
.icon-product__ec:before,
.icon-product__dedicated:before,
.icon-product__uhost:before {
	content: "\E068"
}
.icon-product__uhpc:before,
.icon-product__更多产品:before {
	content: "\E069"
}
.icon-product__uhub:before {
	content: "\E06A"
}
.icon-product__uhybrid:before {
	content: "\E06B"
}
.icon-product__uhyperbox:before {
	content: "\E06C"
}
.icon-product__uiot:before {
	content: "\E06D"
}
.icon-product__uiotbox:before {
	content: "\E06E"
}
.icon-product__uiotstack:before {
	content: "\E06F"
}
.icon-product__uiw:before {
	content: "\E070"
}
.icon-product__uk8s:before {
	content: "\E071"
}
.icon-product__ukafka:before {
	content: "\E072"
}
.icon-product__ukms:before {
	content: "\E073"
}
.icon-product__ulb:before {
	content: "\E074"
}
.icon-product__ulive:before {
	content: "\E075"
}
.icon-product__ulog:before {
	content: "\E076"
}
.icon-product__umarket:before {
	content: "\E077"
}
.icon-product__umedia:before {
	content: "\E078"
}
icon-product__umem:before {
	content: "\E079"
}
.icon-product__umon:before {
	content: "\E07A"
}
.icon-product__unet:before {
	content: "\E07B"
}
.icon-product__uni:before {
	content: "\E07C"
}
.icon-product__unvs:before {
	content: "\E07D"
}
.icon-product__uodn:before {
	content: "\E07E"
}
.icon-product__uodn2:before {
	content: "\E07F"
}
.icon-product__uol:before {
	content: "\E080"
}
.icon-product__upca:before {
	content: "\E081"
}
.icon-product__uphone:before {
	content: "\E082"
}
.icon-product__uphoneserver:before {
	content: "\E083"
}
.icon-product__server:before,
.icon-product__uphost:before {
	content: "\E084"
}
.icon-product__uprivate:before {
	content: "\E085"
}
.icon-product__upro:before {
	content: "\E086"
}
.icon-product__urecord:before {
	content: "\E087"
}
.icon-product__urlm:before {
	content: "\E088"
}
.icon-product__urmp:before {
	content: "\E089"
}
.icon-product__urtc:before {
	content: "\E08A"
}
.icon-product__usa:before {
	content: "\E08B"
}
.icon-product__usdp:before {
	content: "\E08C"
}
.icon-product__user:before {
	content: "\E08D"
}
.icon-product__uslk:before {
	content: "\E08E"
}
.icon-product__uslpe:before {
	content: "\E08F"
}
.icon-product__usmc:before {
	content: "\E090"
}
.icon-product__usnap:before {
	content: "\E091"
}
.icon-product__hgc:before,
.icon-product__usql:before {
	content: "\E092"
}
.icon-product__ussg:before {
	content: "\E093"
}
.icon-product__ussl:before {
	content: "\E094"
}
.icon-product__utsdb:before {
	content: "\E095"
}
.icon-product__uvms:before {
	content: "\E096"
}
.icon-product__uws:before {
	content: "\E097"
}
.icon-product__video:before {
	content: "\E098"
}
.icon-product__vip:before {
	content: "\E099"
}
.icon-product__vouchers:before {
	content: "\E09A"
}
.icon-product__vpc:before {
	content: "\E09B"
}
.icon-product__work-order:before {
	content: "\E09C"
}
.icon-product__xzone:before {
	content: "\E09D"
}
.icon-product__xzoneserver:before {
	content: "\E09E"
}



.icon-product__host:before {
    content: "\E049";
}

.icon-product__cdn:before {
    content: "\E059";
}


ul.footer-contact.under-line {
    list-style: none;
    padding: 0px;
}


@media (max-width: 768px) {
.product-detail {
    overflow: hidden;
}

.product-detail-side {
    padding-right: 0px;
}

.product-detail-lists a {
    overflow: hidden;
}
}


section.home-news {background: url(../img/newsbg.jpg)}


.home-news .other-system-list {
  padding: 27px 28px 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f2f5), to(#fff)), -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: -o-linear-gradient(top, #f0f2f5 0%, #fff 100%), -o-linear-gradient(#fff, #fff);
  background-image: linear-gradient(180deg, #f0f2f5 0%, #fff 100%), linear-gradient(#fff, #fff);
  background-blend-mode: normal, normal;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 53, 128, 0.1);
          box-shadow: 0px 4px 20px 0px rgba(0, 53, 128, 0.1);
  border-radius: 2px;
  border: solid 2px #fff;
}
.home-news .other-system-item {
  padding: 10px 0;
}
.home-news .other-system-item:first-child {
  width: 100%;
}
.home-news .icon-system-item {
  width: 38px;
  height: 38px;
  background-color: #ddd;
  margin-right: 10px;
}
.home-news .icon-system-item1 {
  background: url("../img/news1.png") no-repeat center;
 background-size: cover;
}
.home-news .icon-system-item2 {
    background: url(../img/news2.png) no-repeat center;
    background-size: cover;
}
.home-news .icon-system-item3 {
    background: url(../img/news3.png) no-repeat center;
    background-size: cover;
}
.home-news .home-news-list {
  margin: 30px 0;
  list-style: none;
  padding: 0px;
}
.home-news .home-news-list a {
  color: #666;
  margin-bottom: 8px;
}
.home-news .home-news-list a.red {
  color: #666;
}
.home-news .home-news-list a:hover {
  color: #006aff;
}
.home-news .home-news-list i {
  font-style: normal;
  color: #999;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 85px;
}
.home-news .home-news-list span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.home-news .system-desc {
  margin: 22px 0;
}



.home-news  .other-system-item  {
    padding-left: 10px;
    padding-right: 20px;
}

.other-system-item h3 {
    line-height: 38px;
}


.home-news .home-news-list li a {
    display: flex;
}


.home-news .home-news-list span {
    overflow: hidden;
text-overflow:ellipsis;
white-space:nowrap;

}

.article-sidebar .sidebar-sticky {
    background: transparent;
}

.icon-product__tiktok:before {
    content: "\E075";
}

.pageError img {
    max-width: 300px;
}

.wrap-main-swiper .swiper-slide {
        background-repeat: no-repeat!important;
        background-size: cover;
        background-position: 50%;
}



@media (max-width: 768px) {
    a.product-detail-list {
    background-color: #f3f5f8;
    background-image: url(https://cdn.sul99.cn/Archive/w45wr.webp),linear-gradient(180deg,#f3f5f8,#fff 178px,#fff);
    background-size: 340px auto,auto;
    background-position: 100% 0;
    background-repeat: no-repeat;
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    border-radius: 4px;
    padding: 18px;
    box-sizing: border-box;
    height: 150px;
    position: relative;
}
}


				
.nav-tabs {
	border-bottom: 0
}

.nav-tabs .nav-link {
	border: solid transparent;
	border-width: 0 0 2px;
	border-radius: 0;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 500;
	font-size: 12px;
	color: rgba(0,0,0,.55);
	padding: 17px 29px 16px
}

.nav-tabs .nav-link:hover {
	background-color: #f7f7f7;
	border-color: transparent
}

.nav-tabs .nav-link:focus {
	border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active {
	color: #3b71ca;
	border-color: #3b71ca
}

.nav-pills {
	margin-left: -.5rem
}

.nav-pills .nav-link {
	border-radius: .25rem;
	font-size: 12px;
	text-transform: uppercase;
	padding: 17px 29px 16px;
	line-height: 1;
	background-color: #f7f7f7;
	font-weight: 500;
	color: rgba(0,0,0,.55);
	margin: .5rem
}

.nav-pills .nav-link.active,.nav-pills .show>.nav-link {
	background-color: #e3ebf7;
	color: #285192
}

.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link {
	width: auto
}
.ann-card ul.nav.nav-tabs {
    margin-bottom: 5px;
}

.clientarea-home .card .card-body li h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}




.solution-item {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	border-radius: 8px;
	padding: 28px 24px;
	height: 193px;
	overflow: hidden;
	position: relative;
	margin: 0 0px 20px;
	border: 1px solid #e6e6e6
}

.solution-item .subtitle {
	margin-bottom: 28px;
	font-weight: 600;
	font-size: 22px;
	line-height: 31px
}

.solution-item p {
	margin-top: 12px;
	z-index: 2;
	margin-bottom: 0px;
}

.solution-item p a {
	position: relative;
	color: #181818;
	font-size: 14px;
}

.solution-item p a i {
	font-size: 20px;
	line-height: 14px;
	vertical-align: text-bottom;
	vertical-align: middle;
	display: inline-block;
	transition: all .3s
}

.solution-item p a:hover i {
	transform: translateX(4px)
}

.solution-item p a>i {
	margin-left: 12px
}

.solution-item .background-box {
	width: 208px;
	height: 193px;
	position: absolute;
	right: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: center;
	background-size: 208px 193px
}

.solution-item:hover {
	background: linear-gradient(109.9deg,#06f 30.4%,#0453d9 77.46%);
	position: relative;
	color: #fff
}

.solution-item:hover a {
	color: #fff
}

.solution-item:hover:before {
	display: block;
	content: "";
	width: 100%;
	height: 100%;
	background: url(../img/home/solutionBg.png);
	position: absolute;
	left: 0;
	top: 0
}





.table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529
}

.table th, .table td {
	padding: .75rem;
	vertical-align: top;
	border-top: 1px solid #d5dce5
}

.table thead th {
	vertical-align: bottom;
	border-bottom: 2px solid #d5dce5
}

.table tbody + tbody {
	border-top: 2px solid #d5dce5
}

.table-sm th, .table-sm td {
	padding: .3rem
}

.table-bordered {
	border: 1px solid #d5dce5
}

.table-bordered th, .table-bordered td {
	border: 1px solid #d5dce5
}

.table-bordered thead th, .table-bordered thead td {
	border-bottom-width: 2px
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
	border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
	color: #212529;
	background-color: rgb(52 97 255 / 5%);
	--bs-table-accent-bg: transparent;
}

.table-primary, .table-primary > th, .table-primary > td {
	background-color: #b8d8f3
}

.table-primary th, .table-primary td, .table-primary thead th, .table-primary tbody + tbody {
	border-color: #7bb6e9
}

.table-hover .table-primary:hover {
	background-color: #a2ccef
}

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
	background-color: #a2ccef
}

.table-secondary, .table-secondary > th, .table-secondary > td {
	background-color: #f5c9c8
}

.table-secondary th, .table-secondary td, .table-secondary thead th, .table-secondary tbody + tbody {
	border-color: #ec9b99
}

.table-hover .table-secondary:hover {
	background-color: #f1b4b2
}

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
	background-color: #f1b4b2
}

.table-success, .table-success > th, .table-success > td {
	background-color: #b8d8f3
}

.table-success th, .table-success td, .table-success thead th, .table-success tbody + tbody {
	border-color: #7bb6e9
}

.table-hover .table-success:hover {
	background-color: #a2ccef
}

.table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
	background-color: #a2ccef
}

.table-info, .table-info > th, .table-info > td {
	background-color: #d1edf6
}

.table-info th, .table-info td, .table-info thead th, .table-info tbody + tbody {
	border-color: #aadeee
}

.table-hover .table-info:hover {
	background-color: #bce5f2
}

.table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
	background-color: #bce5f2
}

.table-warning, .table-warning > th, .table-warning > td {
	background-color: #fbe8cd
}

.table-warning th, .table-warning td, .table-warning thead th, .table-warning tbody + tbody {
	border-color: #f7d4a3
}

.table-hover .table-warning:hover {
	background-color: #f9ddb5
}

.table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
	background-color: #f9ddb5
}

.table-danger, .table-danger > th, .table-danger > td {
	background-color: #f4cfce
}

.table-danger th, .table-danger td, .table-danger thead th, .table-danger tbody + tbody {
	border-color: #eba6a3
}

.table-hover .table-danger:hover {
	background-color: #efbbb9
}

.table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
	background-color: #efbbb9
}

.table-active, .table-active > th, .table-active > td {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
	background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
	background-color: rgba(0, 0, 0, .075)
}

.table .thead-dark th {
	color: #fff;
	background-color: #343a40;
	border-color: #454d55
}

.table .thead-light th {
	color: #495057;
	background-color: #e9ecef;
	border-color: #d5dce5
}

.table-dark {
	color: #fff;
	background-color: #343a40
}

.table-dark th, .table-dark td, .table-dark thead th {
	border-color: #454d55
}

.table-dark.table-bordered {
	border: 0
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
	background-color: rgba(255, 255, 255, .05)
}

.table-dark.table-hover tbody tr:hover {
	color: #fff;
	background-color: rgba(255, 255, 255, .075)
}

@media (max-width:575.98px) {
	.table-responsive-sm {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-sm > .table-bordered {
		border: 0
	}
}

@media (max-width:767.98px) {
	.table-responsive-md {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-md > .table-bordered {
		border: 0
	}
}

@media (max-width:991.98px) {
	.table-responsive-lg {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-lg > .table-bordered {
		border: 0
	}
}

@media (max-width:1199.98px) {
	.table-responsive-xl {
		display: block;
		width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch
	}

	.table-responsive-xl > .table-bordered {
		border: 0
	}
}

.table-responsive {
	display: block;
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch
}

.table-responsive > .table-bordered {
	border: 0
}

.table-masspay {
	margin-top: 20px
}

.table-masspay tr th {
	font-weight: 500
}

.table-masspay tr td h5 {
	font-size: 15px
}

.table-masspay tr td h5 i {
	margin-right: 4px
}

.table-masspay tr td a {
	text-decoration: none
}

.table-masspay .item-description td {
	border: 0 none !important
}

.table-masspay .masspay-total td {
	font-size: 15px;
	font-weight: 500;
	background-color: transparent;
	padding: 15px 0
}

.table-masspay .masspay-total td.text-right {
	padding-right: 4px
}

.table-container {
	background-color: #fff;
	border: 1px solid #d5dce5;
	padding: 0;
	margin-bottom: 20px;
	border-radius: 4px;
	border-radius: 10px;
	box-shadow: 0px 1px 2px rgb(0 0 0 / 10%);
	border-radius: 2px;
}

.table-container .listtable .table {
	margin-bottom: 0!important;
	margin-top: 0!important;
}

.table-container .listtable .table thead th {
	font-weight: normal;
	font-size: 80%;
	border-bottom: 2px solid #d5dce5
}

.table-container .listtable .table thead th[class*=sorting_] {
	background-color: #fff;
	border-bottom: 2px solid #3461ff;
}

.table-container .listtable .table tbody .col-small {
	width: 45px;
	min-width: 45px
}

.table-container .listtable .table tbody .col-small.center {
	text-align: center
}

.table-container .listtable .table tbody tr {
	cursor: pointer
}

.table-container .listtable .table tbody tr.row-detail ul {
	padding: 0
}

.table-container .listtable .table tbody tr.row-detail ul li {
	list-style-type: none
}

.table-container .listtable .table tbody tr td {
	outline: none !important
}

.table-container .listtable .table tbody tr td a {
	text-decoration: none
}

.table-container .listtable .table tbody tr td .text-small {
	display: inline-block;
	font-size: 85%
}

.table-container .listtable .table tbody tr td .ssl-info {
	display: inline-block
}

.table-container .listtable .table tbody tr td .ssl-info img {
	height: 12px;
	width: 12px;
	max-width: 12px
}

.table-container .listtable .table tbody tr td .btn-link {
	color: #0273d4;
	background-color: transparent !important;
	text-decoration: none
}

@media (min-width:1041px) {
	.table-container .listtable .table tbody tr td .cycle-text {
		display: block
	}
}

.table-container .listtable .table thead tr th, .table-container .listtable .table tbody tr th, .table-container .listtable .table tfoot tr th, .table-container .listtable .table thead tr td, .table-container .listtable .table tbody tr td, .table-container .listtable .table tfoot tr td {
	position: relative;
	vertical-align: middle
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td a {
	-ms-word-break: break-all;
	word-break: break-all
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td span.responsiveExpander {
	top: 0 !important;
	left: 0;
	bottom: 0;
	border: 0;
	border-radius: 0;
	height: 100%;
	width: 44px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	text-align: center;
	text-indent: 0 !important;
	outline: 0;
	background-color: #edf0f5
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td span.responsiveExpander:before {
	font-weight: 500
}

.table-container .listtable .table.datatable.has-columns-hidden tbody tr td:first-child {
	padding-left: 60px
}

.table-container .dataTables_filter, .table-container .dataTables_info {
	display: none
}

.table-container .table-header {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px 15px;
	border-bottom: 1px solid #d5dce5
}

.table-container .table-header label {
	font-weight: normal;
	margin: 0;
	margin-right: 10px
}

.table-container .table-header .btn {
	background-color: #fff !important;
	border: 1px solid #d5dce5 !important;
	padding: 3px 6px
}

.table-container .dataTables_paginate {
	margin: 0;
	white-space: nowrap;
	text-align: right;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	float: right;
	padding: 10px 15px
}

.table-container .dataTables_paginate .pagination {
	margin: 0
}

.table-container .dataTables_length {
	border-top: 1px solid #d5dce5
}

.table-container .dataTables_length label {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	white-space: nowrap;
	padding: 10px 15px;
	margin: 0
}

.table-container .dataTables_length:after {
	display: block;
	content: "";
	clear: both
}

.table-container.domain-pricing-table {
	box-shadow: none !important;
	border: 0 none
}

.table-container.domain-pricing-table table {
	box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, .1);
	border: 1px solid #d5dce5
}

.table-container.domain-pricing-table .dataTables_filter {
	display: block
}

.dataTable.table.has-columns-hidden > tbody > tr > td > span.responsiveExpander::before {
    font-style: normal;
    font-weight: 900;
        content: "\2b";
    padding-right: 5px;
    font-size: 19px;
    color: rgb(136, 136, 136);
    font-family: "Font Awesome 5 Pro" !important;
}


.pagination {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem
}

.pagination li a{
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #0273d4;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination li:hover {
	z-index: 2;
	color: #0c8efd;
	text-decoration: none;
	background-color: #e9ecef;
	border-color: #dee2e6
}

.pagination li:focus {
	z-index: 3;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(2, 115, 212, .25)
}

.pagination li:first-child a {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem
}

.pagination li:last-child a {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem
}

.pagination li.active  a{
	z-index: 3;
	color: #fff;
	background-color: #0273d4;
	border-color: #0273d4
}

.pagination li.disabled a {
	color: #6c757d;
	pointer-events: none;
	cursor: auto;
	background-color: #fff;
	border-color: #dee2e6
}

.pagination-lg .page-link {
	padding: .75rem 1.5rem;
	font-size: 1.25rem;
	line-height: 1.5
}

.pagination-lg .page-item:first-child .page-link {
	border-top-left-radius: .3rem;
	border-bottom-left-radius: .3rem
}

.pagination-lg .page-item:last-child .page-link {
	border-top-right-radius: .3rem;
	border-bottom-right-radius: .3rem
}

.pagination-sm .page-link {
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5
}

.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: .2rem;
	border-bottom-left-radius: .2rem
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: .2rem;
	border-bottom-right-radius: .2rem
}
form[name='hiddenProduct']{
    display: flex;
    margin-bottom: 10px;
    margin-left: -20px;
}
form[name='hiddenInvoice'] {
    display: flex;
    margin-bottom: 10px;
    margin-left: -10px;
}
@media (max-width: 768px) {
.hideChecks {
    left: 10px;
}
}

.no-data .text {
    margin-top: 10px;
    margin-bottom: 20px;
}


.service-tab a{
    line-height: 65px;
    text-decoration: none;
    display: inline-block;
    height: inherit;
}




.service-mod {
    position: relative;
    padding: 40px 0 20px;
    background: #F5F5F5;
    overflow: hidden;
}

.service-tab {
    background: #FFF;
    box-shadow: 0 20px 20px 0 rgb(0 0 0 / 10%);
}

.security-tab-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    /* background: -100px 0 no-repeat; */
    background-size: cover;
    margin-bottom: 30px;
    background-repeat: inherit;
    margin-bottom: 60px;
}

.security-tab-icon:hover {
    background-position: 0 0;
}
.service-tab .title-main {
    padding-top: 70px;
    text-align: center;
}

.security-tab-title {
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        margin-top: 20px;
        font-size: 18px;
        line-height: 25px;
        color: #666;
        font-family: PingFangSC-Medium, sans-serif;
        text-align: center;
}

.service-nav-link {
    position: relative;
    height: 130px;
    cursor: pointer;
    width: 100%;
    border-bottom: 4px solid transparent;
}
.service-nav-card {text-align: center;justify-content: center;display:flex;}

.service-tab-row .col-md-3.active .security-tab-title {
    color: var(--primary);
}

.service-tab-row .col-md-3.active .security-tab-icon {
    background-position: 0 0;
}

.service-tab-row .col-md-3.active .service-nav-link {
    border-bottom: 4px solid var(--primary);
}

a.spro-mod-2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding: 10px 20px;
    width:100%;
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
    vertical-align: top;
}

a.spro-mod-2:hover {
    background: url(../img/index/icon_arrow_black_web.svg) right 20px center no-repeat #FFF;
    background-size: 16px 16px;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .1);
}

.spro-mod2-title {}

.spro-mod2-hint {
    margin-top: 6px;
    font-size: 14px;
    color: #989898;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

span.spro-mod2-title-name {
    margin-top: 6px;
    padding-right: 14px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

span.hot {
    width: 28px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
    background: url(../img/index/tag_hot_white_web.svg) right center no-repeat;
}

span.sale {
    width: 28px;
    height: 20px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
    background: url(../img/index/icon_sale_white.svg) right center no-repeat;
}



.fade:not(.show) {
    display: none;
}


section.subtop.ec {
    background-image: url(../img/product/ec-banner.jpg);background-position: center;
}

section.subtop.cdn {
    background-image: url(../img/product/cdn-banner.jpg);background-position: center;
}

section.subtop.server {
    background-image: url(../img/product/server-banner.jpg);background-position: center;
}


.subtop.ec .subtop-title,.subtop.cdn .subtop-title,.subtop.server .subtop-title {
    color: #121933;
}

section.subtop.ec p,section.subtop.cdn p ,section.subtop.server p  {
    color: rgb(82, 82, 82);
    font-size: 18px;
}




.home-service .product-type-item {
  height: 190px;
  margin-bottom: 20px;
}
.home-service .product-type-item .product-type-item-content {
  position: relative;
  float: left;
  width: 100%;
  height: 190px;
  background: linear-gradient(0deg, #FFFFFF, #FFFFFF);
  padding: 23px 15px 23px 23px;
  border: 1px solid #FFF;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
  box-shadow: 0px 4px 8px 0px rgba(30, 35, 45, 0.08);
}
.home-service .product-type-item .product-type-item-content .bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-repeat: no-repeat;
  background-position: right center;
}
.home-service .product-type-item .product-type-item-content > a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 3;
}
.home-service .product-type-item:hover .product-type-item-content {
  background: linear-gradient(0deg, #FFFFFF, #F0F2F5);
  margin-top: -8px;
  box-shadow: 0px 8px 8px 0px rgba(30, 35, 45, 0.08);
}
.home-service .product-type-item:hover .product-type-item-content .title {
  color: var(--primary);
}
.home-service .product-type-item:last-child {
  margin-bottom: 0px;
}
.home-service .product-type-item .title {
  position: relative;
  z-index: 2;
  height: 24px;
  line-height: 24px;
  font-size: 20px;
  color: #2D3037;
}
.home-service .product-type-item .title a {
  font-size: 20px;
  color: #2D3037;
}
.home-service .product-type-item .title a:hover {
  color: var(--primary);
}
.home-service .product-type-item .title .minprice {
  position: relative;
  display: inline-block;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  color: var(--primary);
  padding: 0px 8px;
  border: 1px solid var(--primary);
  vertical-align: top;
  margin-left: 16px;
}
.home-service .product-type-item .title .yh-s {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #FFFFFF;
  background-color: var(--primary);
  padding: 0px 8px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-left: 6px;
}
.home-service .product-type-item .des {
  position: relative;
  z-index: 2;
  line-height: 24px;
  font-size: 14px;
  color: #5E6D81;
  margin-top: 10px;
}
.home-service .product-type-item .badge-list {
  position: relative;
  z-index: 2;
  margin-top: 10px;
}
.home-service .product-type-item .badge-list span {
  float: left;
  height: 20px;
  line-height: 18px;
  color: #9EA7B3;
  padding: 0px 8px;
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 4px;
}
.home-service .product-type-item .badge-list span:last-child {
  margin-right: 0px;
}
.home-service .product-type-item .link {
  position: relative;
  z-index: 4;
  height: 36px;
  margin-top: 18px;
}
.home-service .product-type-item .link a {
  float: left;
  width: 100px;

  font-size: 14px;
  text-align: center;
  border: 1px solid var(--primary);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 16px;
}
.home-service .product-type-item .link a:nth-child(1) {
  color: #FFFFFF;
  background-color: var(--primary);
}
.home-service .product-type-item .link a:nth-child(1):hover {
  background-color: var(--primary-hover);
}
.home-service .product-type-item .link a:last-child {
  color: #2D3037;
  border-color: #BDC5D3;
  margin-right: 0px;
}
.home-service .product-type-item .link a:last-child:hover {
  color: var(--primary);
  border-color: var(--primary);
}

.home-service .product-item {
  float: left;
  height: 190px;
  padding: 24px 10px 0px 10px;
  margin-bottom: 20px;
}
.home-service .product-item .title {
  height: 24px;
  line-height: 24px;
  font-size: 18px;
  color: #2D3037;
  white-space: nowrap;
}
.home-service .product-item .title .minprice {
  position: relative;
  display: inline-block;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  color: var(--primary);
  padding: 0px 8px;
  border: 1px solid var(--primary);
  vertical-align: top;
  margin-left: 16px;
}

.home-service .product-item .title .yh-s {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #FFF;
  padding: 0px 8px;
  background-color: var(--primary);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-left: 6px;
}
.home-service .product-item .des {
  line-height: 24px;
  font-size: 14px;
  color: #5E6D81;
  margin-top: 12px;
  margin-bottom: 0px;
}
.home-service .product-item .badge-list {
  margin-top: 15px;
}
.home-service .product-item .badge-list span {
  float: left;
  height: 22px;
  line-height: 20px;
  color: #9EA7B3;
  padding: 0px 7px;
  border: 1px solid #BDC5D3;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  margin-right: 4px;
}
.home-service .product-item .badge-list span:last-child {
  margin-right: 0px;
}
.home-service .product-item .now-s-buy {
  display: inline-block;
  vertical-align: top;
  height: 24px;
  line-height: 24px;
  font-size: 14px;
  color: #9EA7B3;
  margin-top: 22px;
}
.home-service .product-item .now-s-buy i {
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../../images/arrow-right-gray.png) no-repeat center;
  margin-left: 9px;
  vertical-align: -1px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.home-service .product-item .now-s-buy:hover {
  color: var(--primary);
}
.home-service .product-item .now-s-buy:hover i {
  background: url(../../images/link-arrow-right.png) no-repeat center;
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.home-service .product-item .look-all-product-link {
  line-height: 20px;
  font-size: 14px;
  color: var(--primary);
  margin-top: 15px;
}
.home-service .product-item .look-all-product-link .arrow {
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../../images/link-arrow-right.png) no-repeat center;
  margin-left: 10px;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  transition: all 0.15s;
}
.home-service .product-item .look-all-product-link:hover .arrow {
  -webkit-transform: translateX(8px);
  -moz-transform: translateX(8px);
  -o-transform: translateX(8px);
  transform: translateX(8px);
}
.home-service .product-item:hover .title {
  color: var(--primary);
}



/* v2 */


.hotnew-left{
}

.hotnew-left .better{
	position: relative;
	border-radius: 2px;
	border: 1px solid #fff;
	height: 302px;
	background: url(https://ecloud.eos-guangzhou-1.cmecloud.cn/op-node-portal-web/8.15.1_h1/img/cc87372.png) no-repeat 100%,linear-gradient(315deg,#e9edf4,#fff);
	background-size: auto 302px;
	padding: 40px 0 0 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left
}

.hotnew-left .better h2{
	height: 24px;
	font-size: 24px;
	font-weight: 500;
	color: #181818;
	line-height: 24px;
	margin-bottom: 30px;
}

.hotnew-left .better .des{
	margin-top: 10px;
	height: 22px;
	font-size: 14px;
	font-weight: 400;
	color: #6e6e6e;
	line-height: 22px
}

.hotnew-left .better .enter{
	position: relative;
	z-index: 10;
	margin-top: 30px;
	width: 88px;
	height: 28px;
	background: #337dff;
	-webkit-box-shadow: 2px 2px 8px 0 rgba(51,125,255,.3);
	box-shadow: 2px 2px 8px 0 rgba(51,125,255,.3);
	border-radius: 2px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	line-height: 28px;
	text-align: center;
	cursor: pointer;
	background-color: var(--primary);
	border-color: var(--primary);
	padding: 10px 30px;
	margin-top: 40px;
}

.hotnew-left .better .enter.home-service:hover {
	background-color: #1f6bf1
}

.hotnew-left .better .triangle{
	position: absolute;
	top: 0;
	right: 0;
	width: auto;
	height: 300px;
	z-index: 100;
}

.hotnew-left .hotnew-all{
	margin-top: 8px;
	height: 147px;
	background: #fff;
	border-radius: 2px;
	padding: 20px 25px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	cursor: pointer;
	background-color: #fff4d7;
	background-image: url(https://easyv.assets.dtstack.com/homepage/common/assets/images/price/saas_advanced_newbg.png);
	border: 1px solid #fff;
}

.hotnew-left .hotnew-all:hover h4{
	color: #337dff
}

.hotnew-left .hotnew-all:hover h4 .product-right{
	-webkit-transform: translateX(5px);
	transform: translateX(5px)
}

.hotnew-left .hotnew-all h4{
	height: 25px;
	font-size: 18px;
	font-weight: 500;
	color: #181818;
	line-height: 25px
}

.hotnew-left .hotnew-all h4 .product-right{
	display: inline-block;
	padding-left: 5px;
	font-size: 18px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s
}

.hotnew-left .hotnew-all p{
	margin-top: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #6e6e6e;
	line-height: 22px
}

.special-div {
    margin-bottom: 8px;
    width: 100%;
    height: 147px;
    padding: 30px 24px 19px;
    text-align: left;
    border-radius: 2px;
    position: relative;
    background: #fff;
    cursor: pointer;
}

.special-div .label p {
    padding: 1px 5px;
    border-radius: 2px;
    border: 1px solid #e3e3e3;
    font-weight: 400;
    color: #aaa;
    line-height: 18px;
    font-size: 12px;
    margin-right: 8px;
    cursor: pointer;
}

.special-div .label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
}

.special-div .header {
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.special-div .header span {
    font-size: 18px;
    font-weight: 500;
    color: #181818;
    line-height: 25px;
}

p.normal_subtitle {
    width: auto;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #6e6e6e;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.special-div.sale {
    background: url(../img/product/logo.svg);
    border: 1px solid #fff;
    border-radius: 2px;
    position: relative;
    cursor: pointer;
    background-size: cover;
}

.special-div .iconbox {
    width: 57px;
    height: 57px;
    position: absolute;
    top: -2px;
    right: -2px;
}

.special-div .iconbox img {
    width: 57px;
    height: 57px;
}

.special-div .iconbox p {
    position: absolute;
    top: 11px;
    right: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    font-size: 12px;
    font-weight: 500;
    color: #fff;
}

.special-div:hover {
    -webkit-box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
}

.special-div:hover .header span {
    color: #337dff;
}



.WPA3-SELECT-PANEL { z-index:2147483647; width:463px; height:292px; margin:0; padding:0; border:1px solid #d4d4d4; background-color:#fff; border-radius:5px; box-shadow:0 0 15px #d4d4d4;}.WPA3-SELECT-PANEL * { position:static; z-index:auto; top:auto; left:auto; right:auto; bottom:auto; width:auto; height:auto; max-height:auto; max-width:auto; min-height:0; min-width:0; margin:0; padding:0; border:0; clear:none; clip:auto; background:transparent; color:#333; cursor:auto; direction:ltr; filter:; float:none; font:normal normal normal 12px "Helvetica Neue", Arial, sans-serif; line-height:16px; letter-spacing:normal; list-style:none; marks:none; overflow:visible; page:auto; quotes:none; -o-set-link-source:none; size:auto; text-align:left; text-decoration:none; text-indent:0; text-overflow:clip; text-shadow:none; text-transform:none; vertical-align:baseline; visibility:visible; white-space:normal; word-spacing:normal; word-wrap:normal; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; -o-box-shadow:none; box-shadow:none; -webkit-border-radius:0; -moz-border-radius:0; -ms-border-radius:0; -o-border-radius:0; border-radius:0; -webkit-opacity:1; -moz-opacity:1; -ms-opacity:1; -o-opacity:1; opacity:1; -webkit-outline:0; -moz-outline:0; -ms-outline:0; -o-outline:0; outline:0; -webkit-text-size-adjust:none; font-family:Microsoft YaHei,Simsun;}.WPA3-SELECT-PANEL a { cursor:auto;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-TOP { height:25px;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-CLOSE { float:right; display:block; width:47px; height:25px; background:url(http://combo.b.qq.com/crm/wpa/release/3.3/wpa/views/SelectPanel-sprites.png) no-repeat;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-CLOSE:hover { background-position:0 -25px;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-MAIN { padding:23px 20px 45px;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-GUIDE { margin-bottom:42px; font-family:"Microsoft Yahei"; font-size:16px;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-SELECTS { width:246px; height:111px; margin:0 auto;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-CHAT { float:right; display:block; width:88px; height:111px; background:url(http://combo.b.qq.com/crm/wpa/release/3.3/wpa/views/SelectPanel-sprites.png) no-repeat 0 -80px;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-CHAT:hover { background-position:-88px -80px;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-AIO-CHAT { float:left;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-QQ { display:block; width:76px; height:76px; margin:6px; background:url(http://combo.b.qq.com/crm/wpa/release/3.3/wpa/views/SelectPanel-sprites.png) no-repeat -50px 0;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-QQ-ANONY { background-position:-130px 0;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-LABEL { display:block; padding-top:10px; color:#00a2e6; text-align:center;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-BOTTOM { padding:0 20px; text-align:right;}.WPA3-SELECT-PANEL .WPA3-SELECT-PANEL-INSTALL { color:#8e8e8e;}

.network-providers img {margin:5px 25px;}




.cros-pricing-container {
	position: relative
}

.cros-pricing-container .owl-carousel {
	margin-bottom: 0
}

.cros-pricing-container .owl-carousel .owl-prev.disabled, .cros-pricing-container .owl-carousel .owl-next.disabled {
	display: none
}

.cros-pricing-container .owl-carousel .owl-prev {
	position: absolute;
	left: -120px;
	top: 50%;
	margin-top: -32px
}

.cros-pricing-container .owl-carousel .owl-next {
	position: absolute;
	right: -120px;
	top: 50%;
	margin-top: -32px
}

.cros-pricing-container .pricing-slider, .cros-pricing-container .pricing-box, .cros-pricing-container .home-products {
	position: relative;
	z-index: 2
}

.cros-pricing-container .pricing-slider .slide-item, .cros-pricing-container .pricing-box .slide-item, .cros-pricing-container .home-products .slide-item {
	padding: 45px 10px 0
}

.cros-pricing-container .tns-nav {
	text-align: center
}

.cros-pricing-container .tns-controls {
	position: absolute;
	top: -20px;
	left: auto;
	right: 30px;
	z-index: 5
}

@media (max-width:991px) {
	.cros-pricing-container .tns-controls {
		left: 30px;
		right: auto
	}
}

.cros-pricing-container .cros-pricing-table {
	position: relative;
	margin: 0 0 45px;
	padding: 10px 30px 15px;
	box-shadow: 0px 4px 6px 0px rgba(0, 11, 40, .1);
	border: 1px solid #d5dce5;
	z-index: 2;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	border-radius: 4px;
	color: #2a2e36
}

.cros-pricing-container .cros-pricing-table .st-sm {
	display: none
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing {
	display: block
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group {
	width: 100%
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .btn {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	background-color: transparent !important;
	border-color: #d5dce5;
	color: #2a2e36;
	padding: 5px 10px;
	text-align: left;
	margin: 0
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .btn .fas, .cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .btn .far, .cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .btn .fal, .cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .btn .fad {
	margin: 0
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .btn.dropdown-toggle:after {
	display: none
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .dropdown-menu {
	width: 100%;
	border-color: #d5dce5;
	border-radius: 0;
	padding: 0
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .dropdown-menu li {
	display: block;
	padding: 5px 10px;
	cursor: pointer;
	border-bottom: 1px solid #d5dce5;
	position: relative
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .dropdown-menu li:last-child {
	border-bottom: 0 none
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .dropdown-menu li:hover, .cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .dropdown-menu li:focus {
	background-color: #edf0f5
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .dropdown-menu li .current_prcing {
	color: #2a2e36
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .dropdown-menu li .current_prcing .dollar {
	font-size: 20px
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .save_text {
	margin-bottom: 5px;
	font-size: 90%
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .discounted_options {
	color: #777
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .discounted_options div:first-child {
	margin-right: 4px
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .discounted_options .price_duration {
	font-size: 14px
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .discounted_options .regular_pricing.savecut {
	position: relative;
	display: inline-block;
	font-size: 11px
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .discounted_options .regular_pricing.savecut:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -2px;
	width: calc(100% + 8px);
	height: 1px;
	background: #2a2e36
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .current_prcing {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-word-break: break-all;
	word-break: break-all
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .current_prcing .dollar, .cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .current_prcing .cents, .cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .current_prcing .prefix {
	font-weight: 700;
	color: #db3f3b
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .current_prcing .suffix {
	font-weight: 700;
	margin: 0 2px
}

.cros-pricing-container .cros-pricing-table .billing-cycle-pricing .btn-group .current_prcing .dollar {
	font-size: 29px;
	color: #db3f3b
}


@media only screen and (max-width:767px) {
	.cros-pricing-container .cros-pricing-table .PriceList-toggle {
		margin: 15px 0;
		cursor: pointer;
		font-weight: 700
	}



	.cros-pricing-container .cros-pricing-table .plan-features {
		padding: 0
	}
}

.cros-pricing-container .cros-pricing-table .table-heading {
	display: inline-block;
	background-color: #0273d4;
	color: #fff;
	padding: .08em .7em .08em .7em;
	line-height: 1.42857143;
	position: relative;
	text-transform: none;
	margin: 30px 0 0
}

.cros-pricing-container .cros-pricing-table .table-heading:after {
	content: "";
	background-color: #0273d4;
	position: absolute;
	top: 0;
	right: -.1em;
	width: .2em;
	height: 1.535em;
	-moz-transform: skew(-7deg, 0);
	-webkit-transform: skew(-7deg, 0);
	-o-transform: skew(-7deg, 0);
	-ms-transform: skew(-7deg, 0);
	transform: skew(-7deg, 0)
}

.cros-pricing-container .cros-pricing-table .table thead th {
	font-weight: 500;
	border-bottom: 0 none
}

.cros-pricing-container .cros-pricing-table .table thead th:first-child {
	font-weight: 700
}

.cros-pricing-container .cros-pricing-table .table th {
	text-align: center
}

.cros-pricing-container .cros-pricing-table .table th:first-child {
	text-align: left
}

.cros-pricing-container .cros-pricing-table .table tbody {
	border-collapse: separate
}

.cros-pricing-container .cros-pricing-table .table tbody tr {
	vertical-align: baseline;
	background-color: #edf0f5;
	border-bottom: 10px solid #fff
}

.cros-pricing-container .cros-pricing-table .table tbody td {
	vertical-align: middle;
	text-align: center;
	border-right: 1px solid #fff;
	border-top: 0 none
}

.cros-pricing-container .cros-pricing-table .table tbody td h3, .cros-pricing-container .cros-pricing-table .table tbody td h4, .cros-pricing-container .cros-pricing-table .table tbody td .h3, .cros-pricing-container .cros-pricing-table .table tbody td .h4 {
	background: transparent;
	padding: 0;
	margin: 10px 0;
	border: 0 none
}

.cros-pricing-container .cros-pricing-table .table tbody td:first-child {
	text-align: left;
	border-right: 0 none
}

.cros-pricing-container .cros-pricing-table .table tbody td:last-child {
	border-right: 0 none
}

@media (min-width:768px) {
	.cros-pricing-container .cros-pricing-table .table tbody td:first-child .server-info img {
		width: 70px;
		max-width: 70px
	}

	.cros-pricing-container .cros-pricing-table .table tbody td:first-child .server-info h4, .cros-pricing-container .cros-pricing-table .table tbody td:first-child .server-info .h4 {
		font-size: 21px;
		margin: 20px 0
	}

	.cros-pricing-container .cros-pricing-table .table tbody td:last-child {
		max-width: 195px
	}
}

@media only screen and (max-width:991px) {
	.cros-pricing-container .cros-pricing-table .table tbody td .footable-toggle {
		margin-left: 5px
	}
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-heading {
	padding-left: 0
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #1a1a1a;
	color: #fff;
	text-align: left;
	padding: 7px;
	margin-left: -4px;
	position: relative;
	margin-right: 10px
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info:before {
	border-top: 4px solid transparent;
	border-right: 4px solid #1a1a1a;
	left: 0;
	content: "";
	display: block;
	height: 0;
	position: absolute;
	top: -3px;
	width: 0
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info h4, .cros-pricing-container .cros-pricing-table .table tbody td .server-info .h4 {
	color: #fff
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info h5, .cros-pricing-container .cros-pricing-table .table tbody td .server-info .h5 {
	font-weight: 700;
	text-transform: uppercase
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info img {
	float: right;
	width: 50px;
	max-width: 50px
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info span .fad {
	font-size: 48px
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info.highlight {
	border: 5px solid #fedc45;
	margin-right: 0;
	border-left: 0
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info.highlight:before {
	top: -8px
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info.highlight.success {
	border-color: #0273d4
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info.highlight.danger {
	border-color: #d9534f
}

.cros-pricing-container .cros-pricing-table .table tbody td .server-info.highlight.primary {
	border-color: #0273d4
}

.cros-pricing-container .cros-pricing-table .table tbody td small {
	display: block
}

.cros-pricing-container .cros-pricing-table .table tbody td .footable-row-detail-inner {
	width: 100%
}

.cros-pricing-container .cros-pricing-table .table tbody td .footable-row-detail-name {
	color: #0273d4
}

.cros-pricing-container .cros-pricing-table .table tbody td .footable-row-detail-name, .cros-pricing-container .cros-pricing-table .table tbody td .footable-row-detail-value {
	display: block
}

@media only screen and (min-width:1152px) {
	.cros-pricing-container .cros-pricing-table .table tbody td mark {
		margin-top: 7.5px
	}
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price {
	background-color: #1a1a1a
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price a {
	color: #fff
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price .billing-cycle-pricing .btn-group .btn {
	border: 0 none;
	color: #fff
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price .billing-cycle-pricing .btn-group .btn .price_duration, .cros-pricing-container .cros-pricing-table .table tbody td.server-price .billing-cycle-pricing .btn-group .btn .regular_pricing, .cros-pricing-container .cros-pricing-table .table tbody td.server-price .billing-cycle-pricing .btn-group .btn .dollar, .cros-pricing-container .cros-pricing-table .table tbody td.server-price .billing-cycle-pricing .btn-group .btn .cents, .cros-pricing-container .cros-pricing-table .table tbody td.server-price .billing-cycle-pricing .btn-group .btn .prefix {
	color: #fff
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price .billing-cycle-pricing .btn-group .btn .regular_pricing.savecut:before {
	background: #fff
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price .price {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-ms-word-break: normal;
	word-break: normal;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price .price span {
	color: #fff
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price .price span.cost {
	font-size: 21px
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price .price span.prefix {
	top: -.2em
}

.cros-pricing-container .cros-pricing-table .table tbody td.server-price .btn {
	margin: 0
}

@media only screen and (max-width:597px) {
	.cros-pricing-container .cros-pricing-table .table tbody td .footable-row-detail-row:last-child {
		margin-top: 15px
	}
}

.cros-pricing-container .cros-pricing-table .table tbody td .btn {
	margin: 15px 0 0
}

@media (min-width:768px) {
	.cros-pricing-container .cros-pricing-table .table.ssl tbody td:first-child .server-info h4, .cros-pricing-container .cros-pricing-table .table.ssl tbody td:first-child .server-info .h4 {
		text-transform: none
	}
}

.cros-pricing-container .cros-pricing-table .table.ssl tbody td.company {
	width: 150px;
	max-width: 150px
}

.cros-pricing-container .cros-pricing-table .table.ssl tbody td img {
	max-width: 120px;
	width: 120px
}

@media (min-width:992px) {
	.cros-pricing-container .cros-pricing-table:hover, .cros-pricing-container .cros-pricing-table:focus {
		-ms-transform: translateY(-5px);
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px)
	}
}

.cros-pricing-container .cros-pricing-table.no-animation {
	padding: 15px 30px 20px
}

.cros-pricing-container .cros-pricing-table.no-animation:hover, .cros-pricing-container .cros-pricing-table.no-animation:focus {
	-ms-transform: none;
	-webkit-transform: none;
	transform: none
}

.cros-pricing-container .cros-pricing-table.bg-primary h3, .cros-pricing-container .cros-pricing-table.bg-primary h4, .cros-pricing-container .cros-pricing-table.bg-primary .h3, .cros-pricing-container .cros-pricing-table.bg-primary .h4, .cros-pricing-container .cros-pricing-table.bg-primary .desc, .cros-pricing-container .cros-pricing-table.bg-primary .price span, .cros-pricing-container .cros-pricing-table.bg-primary .plan-features ul li {
	color: #fff
}

.cros-pricing-container .cros-pricing-table.bg-primary .btn-primary {
	background-color: transparent;
	border-color: #fff;
	border-bottom-width: 2px;
	color: #fff
}

.cros-pricing-container .cros-pricing-table.bg-primary .btn-primary:hover, .cros-pricing-container .cros-pricing-table.bg-primary .btn-primary:focus {
	background-color: rgba(255, 255, 255, .1)
}

.cros-pricing-container .cros-pricing-table.bg-primary .starting-from.text-muted {
	color: #fff;
	border-color: #fff
}

.cros-pricing-container .cros-pricing-table.dark h3, .cros-pricing-container .cros-pricing-table.dark h4, .cros-pricing-container .cros-pricing-table.dark .h3, .cros-pricing-container .cros-pricing-table.dark .h4, .cros-pricing-container .cros-pricing-table.dark .desc, .cros-pricing-container .cros-pricing-table.dark .price span, .cros-pricing-container .cros-pricing-table.dark .plan-features ul li {
	color: #fff
}

.cros-pricing-container .cros-pricing-table.bg-primary .billing-cycle-pricing .btn-group, .cros-pricing-container .cros-pricing-table.dark .billing-cycle-pricing .btn-group {
}

.cros-pricing-container .cros-pricing-table.bg-primary .billing-cycle-pricing .btn-group .btn, .cros-pricing-container .cros-pricing-table.dark .billing-cycle-pricing .btn-group .btn {
	color: #fff;
	border-color: rgba(255, 255, 255, .25)
}

.cros-pricing-container .cros-pricing-table.bg-primary .billing-cycle-pricing .btn-group .btn .discounted_options, .cros-pricing-container .cros-pricing-table.dark .billing-cycle-pricing .btn-group .btn .discounted_options, .cros-pricing-container .cros-pricing-table.bg-primary .billing-cycle-pricing .btn-group .btn .current_prcing, .cros-pricing-container .cros-pricing-table.dark .billing-cycle-pricing .btn-group .btn .current_prcing {
	color: #fff
}

.cros-pricing-container .cros-pricing-table.bg-primary .billing-cycle-pricing .btn-group .dropdown-menu li .current_prcing .prefix, .cros-pricing-container .cros-pricing-table.dark .billing-cycle-pricing .btn-group .dropdown-menu li .current_prcing .prefix, .cros-pricing-container .cros-pricing-table.bg-primary .billing-cycle-pricing .btn-group .dropdown-menu li .current_prcing .dollar, .cros-pricing-container .cros-pricing-table.dark .billing-cycle-pricing .btn-group .dropdown-menu li .current_prcing .dollar, .cros-pricing-container .cros-pricing-table.bg-primary .billing-cycle-pricing .btn-group .dropdown-menu li .current_prcing .cents, .cros-pricing-container .cros-pricing-table.dark .billing-cycle-pricing .btn-group .dropdown-menu li .current_prcing .cents {
	color: #db3f3b
}

.cros-pricing-container .cros-pricing-table.bg-primary .text-muted, .cros-pricing-container .cros-pricing-table.dark .text-muted {
	color: rgba(255, 255, 255, .7)
}

.cros-pricing-container .cros-pricing-table.bg-primary .plan .plan__column .plan__header, .cros-pricing-container .cros-pricing-table.dark .plan .plan__column .plan__header {
	border-right: 1px solid rgba(255, 255, 255, .25);
	border-bottom: 3px solid rgba(255, 255, 255, .25)
}

.cros-pricing-container .cros-pricing-table.bg-primary .plan .plan__column .plan__body .plan__cell, .cros-pricing-container .cros-pricing-table.dark .plan .plan__column .plan__body .plan__cell {
	border-right: 1px solid rgba(255, 255, 255, .25);
	border-bottom: 1px solid rgba(255, 255, 255, .25)
}

.cros-pricing-container .cros-pricing-table.no-shadow {
	box-shadow: none
}

.cros-pricing-container .cros-pricing-table .sticker-wrapper {
	position: absolute;
	top: -20px;
	right: 15px
}

.cros-pricing-container .cros-pricing-table .sticker-wrapper .sticker {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	color: #000;
	font-weight: 700;
	text-align: center;
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
	position: relative;
	background-color: #fedc45;
	white-space: nowrap;
	border-radius: 25px 0px 0px 0px;
	border: 3px solid #fff;
	padding: 7.5px 15px;
	background-color: #010101;
	color: #ffffff;
	letter-spacing: 5px;
	text-shadow: 2px 1px 0 #ee1d52, -2px -1px 0 #69c9d0;
	cursor: pointer;

}



@keyframes shadows {
  0%, 100% {
    text-shadow: 4px 0 0 #EE1D52, 0 -4px 0 #69C9D0;
  }
  25% {
    text-shadow: 4px 4px 0 #EE1D52, -4px -4px 0 #69C9D0;
  }
  50% {
    text-shadow: 0 4px 0 #EE1D52, -4px 0 0 #69C9D0;
  }
  75% {
    text-shadow: 0 0 0 #EE1D52, 0 0 0 #69C9D0;
  }
}

.cros-pricing-container .cros-pricing-table.st_s-1 .sticker-wrapper {
	right: -1px;
	left: -1px
}

.cros-pricing-container .cros-pricing-table.st_s-1 .sticker-wrapper .sticker {
	-moz-transform: rotate(0);
	-webkit-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	border: 0 none;
	border-radius: 4px 4px 4px 4px;
}

.cros-pricing-container .cros-pricing-table.st_s-2.popular h4, .cros-pricing-container .cros-pricing-table.st_s-2.active h4, .cros-pricing-container .cros-pricing-table.st_s-2.popular .h4, .cros-pricing-container .cros-pricing-table.st_s-2.active .h4 {
	margin-bottom: 0
}

.cros-pricing-container .cros-pricing-table.st_s-2.popular .sticker-wrapper, .cros-pricing-container .cros-pricing-table.st_s-2.active .sticker-wrapper {
	display: none
}

.cros-pricing-container .cros-pricing-table.st_s-2 .st-sm {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 2px 7.5px;
	font-size: 12px;
	font-weight: 500;
	text-transform: none;
	background-color: #fedc45;
	color: #000;
	border-radius: 10px;
	margin: 5px 0
}

.cros-pricing-container .cros-pricing-table.pt_st_4 {
	padding: 0
}

.cros-pricing-container .cros-pricing-table.pt_st_4 .no-gutters {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0
}

@media (max-width:767px) {
	.cros-pricing-container .cros-pricing-table.pt_st_4 .no-gutters {
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-] {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 20px;
	-ms-flex-align: center;
	align-items: center
}

.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child {
	border-bottom: 1px solid #d5dce5
}

@media (min-width:768px) {
	.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child {
		border-right: 1px solid #d5dce5;
		border-bottom: 0 none
	}
}

.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child h1, .cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child h2, .cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child h3, .cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child h4, .cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child .h1, .cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child .h2, .cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child .h3, .cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:first-child .h4 {
	margin-top: 0
}

.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-]:last-child .btn {
	margin: 0
}

@media (max-width:778px) {
	.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-] {
		display: block;
		width: 100%
	}
}

.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-] .content {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%
}

.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-] .content .featured_desc {
	border-top: 1px dashed #d5dce5;
	padding: 10px 0 0;
	margin-top: 15px
}

.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-] .plan-features {
	padding: 0;
	margin: 0
}

.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-] .plan-features li {
	display: inline-table;
	width: 48%
}

@media (min-width:1200px) {
	.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-] .plan-features li {
		width: 32%
	}
}

@media (max-width:991px) {
	.cros-pricing-container .cros-pricing-table.pt_st_4 [class*=col-] .plan-features li {
		width: 100%
	}
}

.cros-pricing-container .cros-pricing-table.pt_st_4.active {
	margin: 45px 0 30px;
}

.cros-pricing-container .cros-pricing-table.pt_st_4.active [class*=col-] h1, .cros-pricing-container .cros-pricing-table.pt_st_4.active [class*=col-] h2, .cros-pricing-container .cros-pricing-table.pt_st_4.active [class*=col-] h3, .cros-pricing-container .cros-pricing-table.pt_st_4.active [class*=col-] h4, .cros-pricing-container .cros-pricing-table.pt_st_4.active [class*=col-] .h1, .cros-pricing-container .cros-pricing-table.pt_st_4.active [class*=col-] .h2, .cros-pricing-container .cros-pricing-table.pt_st_4.active [class*=col-] .h3, .cros-pricing-container .cros-pricing-table.pt_st_4.active [class*=col-] .h4 {
	margin-top: 10px;
	margin-bottom: 15px
}

.cros-pricing-container .cros-pricing-table.pt_st_4.active:first-child {
	margin-top: 0
}

.cros-pricing-container.mbo .pricing-slider .slide-item {
	padding: 0 10px 0
}

.cros-pricing-container.mbo table.trns {
	border-collapse: separate;
	border-spacing: 0;
	border: 0 none;
	width: 100%;
}

.cros-pricing-container.mbo table.trns th, .cros-pricing-container.mbo table.trns tr, .cros-pricing-container.mbo table.trns td {
	border: 0 none
}

.cros-pricing-container.mbo .cros-pricing-table {
	position: static;
	margin: 0 0 30px;
	background-image: url(https://bce.bdstatic.com/p3m/common-service/uploads/jijianshitiyangx_12be1f6.png);
	background-repeat: no-repeat;
	background-size: 440px 148px;
	background-position: right bottom;
	background-color: #ffffff;
}

.cros-pricing-container.mbo .cros-pricing-table .sticker-wrapper {
	top: -47px
}

.cros-pricing-container.mbo .cros-pricing-table.st_s-1 .sticker-wrapper {
	top: -58px;
	right: -30px;
	left: -30px
}

@media (min-width:992px) {
	.cros-pricing-container.mbo .cros-pricing-table:hover, .cros-pricing-container.mbo .cros-pricing-table:focus {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none
	}
}

.cros-pricing-container.mbo .cros-pricing-table.pt_st_4 .st-sm {
	margin: -10px 0 10px
}

.cros-pricing-container.mbo .cros-pricing-table.pt_st_4 .sticker-wrapper {
	top: -20px;
	left: auto;
	right: 20px
}

.cros-pricing-container.mbo .cros-pricing-table.pt_st_4.st_s-1 .sticker-wrapper {
	top: -15px;
	left: 20px;
	right: 20px
}

.cros-pricing-container .card.upgrade-plans .card-body ul li {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: .25rem 0;
	border-top: 1px dotted #d5dce5;
	font-size: 80%
}

.cros-pricing-container .card.upgrade-plans .card-body ul li:last-child {
	border-bottom: 1px dotted #d5dce5
}

.cros-pricing-container .card.upgrade-plans .card-body ul li .feature-label {
	text-align: left;
	margin-right: 5px;
	max-width: 75%
}

.cros-pricing-container .card.upgrade-plans .card-body ul li .feature-value {
	text-align: right;
	margin-left: 5px
}


.product-content{
  display:inline-block;
  position:relative;
  width: 100%;
  height: 100%;
  margin-right:16px;
  min-height: 457px;
  background: #ffffff;
}
.product-content .product-content__header{
  position:relative;
  height:116px;
  background-size:cover;
  background-position:100%;
  background-repeat:no-repeat
}
.product-content .product-content__header .product-content__header__img{
  position:absolute;
  right:-4px;
  top:-4px
}
.product-content .product-content__header .product-content__header__title{
  position:absolute;
  top:24px;
  left:32px;
  font-size:18px;
  color:#000;
  font-weight:500
}
.product-content .product-content__header .product-content__header__secondTitle{
  position:absolute;
  top:57px;
  left:32px;
  width:240px;
  height:51px;
  font-size:12px;
  color:#999;
  font-weight:400
}
.product-content .product-content__center{
  position:relative;
  height:274px;
  text-align:left;
  margin-top:20px;
  box-shadow:0 10px 16px 0 rgba(0,0,0,.08);
  background-color:#fff
}
.product-content .product-content__center .product-content__center__parameter{
  height:40px;
  margin-left:32px
}
.product-content .product-content__center .product-content__center__parameter .product-content__center__parameter__key{
  display:inline-block;
  text-align:left;
  width:64px;
  font-size:14px;
  color:#666;
  font-weight:400;
  margin-right:24px;
  vertical-align:top
}
.product-content .product-content__center .product-content__center__parameter .product-content__center__parameter__value{
  display:inline-block;
  text-align:left;
  width:164px;
  font-size:14px;
  color:#333;
  font-weight:400
}
.product-content .product-content__center .product-content__center__hostNumber{
  position:absolute;
  text-align:center;
  left:32px;
  bottom:90px;
      width: 80px;
  border:1px solid #f65240;
  border-radius:2px;
  font-size:12px;
  color:#f65240;
  font-weight:400
}
.product-content .product-content__center .product-content__center__prise{
  position:absolute;
  left:32px;
  bottom:35px
}
.product-content .product-content__center .product-content__center__prise .product-content__center__prise__new{
  font-size:32px;
  color:#f65240;
  font-weight:400
}
.product-content .product-content__center .product-content__center__prise .product-content__center__prise__new .product-content__center__prise__new__symbol{
  font-size:14px
}
.product-content .product-content__center .product-content__center__prise .product-content__center__prise__new .product-content__center__prise__new__decimal{
  font-size:24px;
  color:#f65240;
  letter-spacing:0;
  line-height:38px;
  font-weight:400
}
.product-content .product-content__center .product-content__center__prise .product-content__center__prise__old{
  font-size:12px;
  color:#ccc;
  letter-spacing:0;
  font-weight:400;
  text-decoration:line-through;
  margin-left:16px
}
.product-content .product-content__footer{
  position:absolute;
  bottom:0;
  width:100%;
  height:56px;
  cursor:pointer;
  font-size: 16px;
  color:#fff;
  letter-spacing:0;
  text-align:center;
  line-height:56px;
  font-weight:500;
  box-shadow: 0 -4px 11px 0 hsla(0,0%,89.8%,.47);
  background-color: var(--primary);
  border-color: var(--primary);
}
.product-content .product-content__footer:hover{
  background-color: var(--primary-hover);
  border-color: var(--primary-hover);
}

.cros-pricing-container.mbo .cros-pricing-table {
    border-left: 10px #25f4ee solid;
    border-right: 10px #fe2c55 solid;
    background-color: #fff;
    transition: all 0.2s;
}

.cros-pricing-container.mbo .cros-pricing-table:hover {
    transform: scale(105%);
    border-left: 10px #fe2c55 solid;
    border-right: 10px #25f4ee solid;
}

a.btn.btn-primary.btn-lg {
    background: #fe2c55;
    border-color: #fe2c55;
}


.home-map .resource-summary {
	display: table;
	border-collapse: separate;
	border-spacing: 16px 0;
	width: 100%
}

.home-map .resource-summary>.item {
	display: table-cell;
	vertical-align: top
}

.home-map .resource-summary {
	margin-bottom: 24px;
	margin-top: 15px
}

.home-map .resource-summary .item {
	width: 25%;
	background: #f5f5f5;
	border-radius: 8px;
	padding: 20px 24px;
	color: #5b5b5b
}

.home-map .resource-summary .item .text {
	font-size: 22px;
	vertical-align: middle
}

.home-map .resource-summary .item div:first-child {
	font-size: 40px;
	font-weight: 600;
	color: #181818;
	margin-bottom: 16px
}

.home-map .resource-distribute {
	height: 209px;
	box-sizing: border-box;
	padding: 31px 24px 0;
	background: hsla(0,0%,96.1%,.4);
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	border-radius: 8px;
	position: relative;
	z-index: 1
}

.home-map .resource-distribute .map-tab-item {
	width: 120px!important;
	text-align: left;
	line-height: 20px;
	font-size: 14px;
	font-weight: 600;
	color: #181818;
	padding-bottom: 12px!important;
	position: relative;
	padding-bottom: 8px
}

.home-map .resource-distribute .map-tab-item:after {
	content: "";
	position: absolute;
	left: 26px;
	bottom: 0;
	width: 0;
	height: 4px;
	transform: translateX(-50%);
	transition: width .3s ease;
	background: linear-gradient(109.9deg,#06f 30.4%,#0453d9 77.46%);
}

.home-map .resource-distribute .map-tab-item.active:after {
	width: 56px
}

.home-map .resource-distribute .resource-box {
	margin-top: 30px;
	overflow: hidden
}

.home-map .resource-distribute .tab-content {
	white-space: nowrap
}

.home-map .resource-distribute .tab-content.scroll {
	width: 9999px;
	transition: transform .1s ease
}

.home-map .resource-distribute .tab-content.scroll>.row {
	width: 9999px;
	white-space: pre-wrap
}

.home-map .resource-distribute .tab-content .pool {
	display: inline-block;
	padding: 8px 12px;
	margin-right: 16px;
	background: #fff;
	border-radius: 4px;
	min-width: 104px;
	font-size: 12px;
	line-height: 17px;
	margin-bottom: 16px
}

.home-map .resource-distribute .tab-content .pool:after {
	content: "";
	clear: both;
	display: block
}

.home-map .resource-distribute .tab-content .pool>span {
	float: right
}

.home-map .resource-distribute .tab-content .pool>span:first-child {
	float: left
}

.home-map .earch-box {overflow: hidden;text-align: center;position: absolute;bottom: -1000px;background-repeat: no-repeat;background-position: center 20%;background-size: 100%}

.home-map .earch-box.has-bg {
	background-image: url(/portal/_nuxt/img/earth.0bd412c.png);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: auto
}

.home-map .bg {
	position: relative;
	height: 390px;
	width: calc(100% - 32px);
	margin: 0 16px
}


.ct-cert {
	background-color: #fff;
	overflow: hidden;
}

.ct-cert .ct-cert-list {
	display: table;
	border-collapse: separate;
	border-spacing: 0;
	width: 100%
}

.ct-cert .ct-cert-list>.ct-cert-item {
	display: table-cell;
	vertical-align: top
}

.ct-cert>.ct-cert-list .ct-cert-item {
	cursor: pointer;
	text-align: center;
	display: inline-block;
	position: relative;
	height: 142px;
	padding-top: 24px
}

.ct-cert>.ct-cert-list .ct-cert-item>div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	background: #f5f5f7;
	border-radius: 8px;
	padding: 12px 0;
	height: 62px;
	width: 160px;
	line-height: 38px
}

.ct-cert>.ct-cert-list .ct-cert-item>div img {
	vertical-align: middle;
	max-height: 100%;
	max-width: 100%
}

.ct-cert>.ct-cert-list .ct-cert-item>p {
	font-size: 12px;
	line-height: 17px;
	color: #181818;
	position: absolute;
	top: 98px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	white-space: nowrap;
	transition-property: color;
	transition-duration: .3s;
	transition-timing-function: cubic-bezier(.22,.08,.32,.99);
	transition-delay: 0s
}

.ct-cert>.ct-cert-list .ct-cert-item>p:hover {
	color: #c70b0b!important
}

@-webkit-keyframes wipes {
	0% {
		background-position: 100% 100%
	}

	to {
		background-position: 0 0
	}
}

@keyframes wipes {
	0% {
		background-position: 100% 100%
	}

	to {
		background-position: 0 0
	}
}
div#globe canvas {
    width: 100%!important;
    max-width: 100%!important;
}

section.home-map {
    overflow: hidden;
    background: #ffffff;
}

.home-map .resource-distribute>div {
    display: flex;
}

a.btn.btn-customservice-black:before {
    position: absolute;
    left: -50px;
    width: 15px;
    height: 75px;
    background: #fff;
    -webkit-transform: matrix(.69,.69,-.75,.69,0,0);
    -ms-transform: matrix(.69,.69,-.75,.69,0,0);
    transform: matrix(.69,.69,-.75,.69,0,0);
    opacity: .4;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    content: "";
}

a.btn.btn-customservice-black {
    color: #fff;
    background: linear-gradient(91.54deg,#393939,#1f1f1f);
    display: block;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 24px;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}

a.btn.btn-customservice-black:hover:before {
    left: 230px;
    transition: left .8s;
}

.current_prcing .big {
    font-family: DINAlternate-Bold;
    font-size: 24px;
    color: #ff502e;
    line-height: 24px;
    font-weight: 700;
    margin-right: 10px;
    margin-top: 5px;
}

.hotnew-left .hotnew-all.blue {
    background-color: #e0ecff;
    background-image: url(https://easyv.assets.dtstack.com/homepage/common/assets/images/price/platform_newbg.png);
}

a.btn.btn-customservice-blue:before {
    position: absolute;
    left: -50px;
    width: 15px;
    height: 75px;
    background: #fff;
    -webkit-transform: matrix(.69,.69,-.75,.69,0,0);
    -ms-transform: matrix(.69,.69,-.75,.69,0,0);
    transform: matrix(.69,.69,-.75,.69,0,0);
    opacity: .4;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    content: "";
}

a.btn.btn-customservice-blue {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 24px;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(0deg,#388aea,#388aea),linear-gradient(91.54deg,#7cabe2,#6da6db 99.87%);
}

a.btn.btn-customservice-blue:hover:before {
    left: 230px;
    transition: left .8s;
}

a.btn.btn-customservice-blue:before {
    position: absolute;
    left: -50px;
    width: 15px;
    height: 75px;
    background: #fff;
    -webkit-transform: matrix(.69,.69,-.75,.69,0,0);
    -ms-transform: matrix(.69,.69,-.75,.69,0,0);
    transform: matrix(.69,.69,-.75,.69,0,0);
    opacity: .4;
    -webkit-filter: blur(9px);
    filter: blur(9px);
    content: "";
}

a.btn.btn-customservice-blue {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin-bottom: 24px;
    overflow: hidden;
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(0deg,#388aea,#388aea),linear-gradient(91.54deg,#7cabe2,#6da6db 99.87%);
}

a.btn.btn-customservice-blue:hover:before {
    left: 230px;
    transition: left .8s;
}

.home-service .main-title {
    margin-top: 50px;
}






@media (max-width: 768px)  {
.home-service .main-title {
    margin-top: 50px;
}

.service-tab-row .col-md-3.active .service-nav-link {
    margin-bottom: 10px;
}

.home-service .product-item {
    width: 100%;
    height: auto;
}

.hotnew-left .hotnew-all {
    margin-bottom: 10px;
}

.home-map .resource-summary .item {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

div#globe canvas {
    height: 400px!important;
}

div#globe {
    bottom: -200px;
}

.home-map .bg {
    height: 300px;
}

.home-map .resource-distribute>div {
    flex-wrap: wrap;
}

.home-map .resource-distribute .map-tab-item {
    margin-bottom: 20px;
}

.home-map .resource-distribute .map-tab-item:last-child {
    margin-bottom: 0px;
}

.home-map .resource-distribute {
    height: 269px;
}

section.main-partner {
    display: none;
}
}


.recomm-card {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    cursor: pointer;
    background-color: transparent;
}

.recomm-img {
    flex: none;
    padding-right: 10px;
}

.recomm-img img {
    width: 72px;
    height: 72px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.recomm-text h4 {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #000;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.recomm-text p {
    color: #888;
    line-height: 20px;
    font-weight: 400;
    word-wrap: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 12px;
}

.recomm-text {
    flex: auto;
    max-width: calc(100% - 82px);
    text-align: left;
}

@media (max-width: 768px) {
.right_aside {
    display: none;
}
}

.icon-product__baremetal:before {
    content: "\E091";
}

.product-wrap-price .big>span {
    display: block;
    width: 100%;
    float: right;
    color: #e0ddd9!important;
    font-size: 16px;
}

.product-wrap-price .big {
    color: #F33E3E;
}

.card.wechat-card {
    background-image: url(../img/wechat/unbind.svg);
    background-size: auto 100%;
    background-position-x: right;
    background-repeat: no-repeat;
}

.card.wechat-card h2 {
    font-size: 16px;
}

.card.wechat-card p {
    max-width: 60%;
}

.card.wechat-card a {
    min-width: 130px;
}

.card.wechat-card.bind {
    background-image: url(../img/wechat/bind.svg);
}



/* Footer */
footer.footer {
	padding-top: 100px;
	padding-bottom: 0px;
	background-color: #1d2129;
	border: 0 none;
	font-size: 14px;
	position: relative;
}
footer.footer .btn {
	color: #333;
	display: flex;
	align-items: center;
}
footer.footer .btn > div {
	margin-right: .2rem;
}
.footer-top {
    padding-bottom: 60px;
}
.footer-top h4 {
    margin-bottom: 18px;
    line-height: 20px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}
.footer-top ul li {
    padding: 6px 0;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.footer-top ul li a {
    display: block;
    line-height: 20px;
    font-size: 14px;
    color: #999;
}
.footer-top ul li a:hover {
    color: #0056ff;
    text-decoration: none;
}
.footer-bottom {
    padding: 40px 0;
    border-top: 1px solid rgba(255,255,255,.08);
}

footer.footer .footer-bottom .copyright {
    font-size: 14px;
    margin: 0;
    text-align: left;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer.footer .footer-bottom .copyright .nav {
    align-items: center;
}

footer.footer .footer-bottom .copyright .nav .nav-item .nav-link {
    padding: 0;
}
footer.footer .footer-bottom .copyright .nav .nav-item .nav-link2 {
    max-width: 67px;
}
footer.footer .footer-bottom .copyright .nav .nav-item .nav-link img {
    max-width: 100%;
}
footer.footer .footer-bottom .copyright .nav .stick {
    margin: 0 12px;
    width: 1px;
    height: 14px;
    background-color: rgba(255,255,255,.1);
}

footer.footer .navbar-brand {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}


@media screen and (max-width: 768px){

.footer-col.active h4 {
    color: #006EFF;
}

.footer-col.active h4:after {
    background-image: url(../img/footer-media.svg);
    background-position: 95% 50%;
    background-size: 225% 112.5%;
    background-repeat: no-repeat;
}

    .footer-top ul.list-unstyled {
    display: none;
    padding: 10px 16px;
    border-top: 1px solid rgba(229,232,237,.1);
}

.footer-top h4 {
    position: relative;
    margin: 0;
    padding: 12px 40px 12px 16px;
    line-height: 24px;
    font-size: 16px;
}

.footer-top h4:after {
    content: "";
    display: block;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 5% 50%;
    background-size: 225% 112.5%;
    background-image: url(../img/footer-media.svg);
}

.footer-top .col {
    flex-basis: auto;
    width: 100%;
    border-bottom: 1px solid rgba(229,232,237,.1);
    padding: 0;
}

}

@media (max-width: 768px) {
footer.footer .footer-bottom .copyright {
    display: block;
}

footer.footer .footer-bottom .copyright .nav{
        position: static;
    margin-top: 20px!important;
}
}

.footer-col .list-unstyled.active {
    display: block;
}





			.footer-icon .desc-item {
				display: flex;
				align-items: center;
				padding-bottom: 25px;
			}

			.footer-icon .desc-item-img {
				width: 38px;
				margin-right: 13px;
			}



			.footer-icon .desc-item-text .title {
				font-size: 16px;
				font-weight: 400;
				color: #FFFFFF;
				line-height: 1;
				padding-bottom: 0px !important;
				border-bottom: none;
				text-align: left;
				margin-bottom: 0px;
			}

			.footer-icon .desc-item-text .desc {
				font-size: 14px;
				font-weight: 400;
				color: #D0D0D0;
				line-height: 14px;
				margin-top: 12px;
				margin-bottom: 0px;
			}

.footer-icon {
    padding-top: 30px;
    margin-bottom: 40px;
}

.footer-icon .row {
    border-bottom: 1px solid rgba(255,255,255,.08);
    font-size: 14px;
}

i.icon-product__sharevds:before {
    content: "\E085";
}


i.icon-product__excvds:before {
    content: "\E049";
}

header#header.header-white .header-container,header#header.header-dark .header-container {box-shadow: inset 0 -1px 0 0 #e7eaef;}

img.footer-icp {
    width: 14px;
    height: 14px;
    margin-right: 10px;
    line-height: initial;
}



.omnisearch {
  width: 100%;
  margin-top: 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  opacity: 0;
  background-color: transparent;
  pointer-events: none;
  transform: translateY(0);
  transition: transform 0.3s, opacity 0.15s; }
  @media (prefers-reduced-motion: reduce) {
    .omnisearch {
      transition: none; } }
  .omnisearch.show {
    opacity: 1;
    transform: translateY(50%); }
  .omnisearch .container {
    position: relative;
    height: 100%; }
  .omnisearch .omnisearch-form {
    display: block;
    position: relative;
    z-index: 700;
    background: #FFF;
    border-radius: 0.375rem;
    width: 680px;
    margin: auto; }
    .omnisearch .omnisearch-form .input-group-text {
      font-size: 1.25rem;
      background: transparent; }
    .omnisearch .omnisearch-form .form-control {
      display: block;
      height: 68px;
      font-size: 1.25rem;
      color: #454545;
      background-color: transparent;
      background-image: none; }
      .omnisearch .omnisearch-form .form-control:-ms-input-placeholder {
        color: #C0CCDA; }
      .omnisearch .omnisearch-form .form-control::placeholder {
        color: #C0CCDA; }
  .omnisearch .omnisearch-suggestions {
    width: 680px;
    min-height: 150px;
    padding: 1.5rem;
    background: white;
    margin: auto;
    border-radius: 0.375rem;
    position: relative;
    opacity: 0;
    transition: opacity 0.3s;
    transition-delay: 0.21s; }
    @media (prefers-reduced-motion: reduce) {
      .omnisearch .omnisearch-suggestions {
        transition: none; } }
    .omnisearch .omnisearch-suggestions:before {
      background: #FFF;
      box-shadow: none;
      content: '';
      display: block;
      height: 16px;
      width: 16px;
      left: 20px;
      position: absolute;
      bottom: 100%;
      transform: rotate(-45deg) translateY(1rem);
      z-index: -5;
      border-radius: .2rem; }
    .omnisearch .omnisearch-suggestions .heading {
      color: #8492A6; }
    .omnisearch .omnisearch-suggestions .list-link span {
      font-weight: 600;
      color: #3C4858; }
    .omnisearch .omnisearch-suggestions .list-link:hover {
      color: #6e00ff; }
      .omnisearch .omnisearch-suggestions .list-link:hover span {
        color: #6e00ff; }
  .omnisearch.show .omnisearch-form,
  .omnisearch.show .omnisearch-suggestions {
    pointer-events: auto; }
  .omnisearch.show .omnisearch-suggestions {
    opacity: 1; }
  @media (max-width: 991.98px) {
    .omnisearch .omnisearch-form {
      width: 100%; }
    .omnisearch .omnisearch-suggestions {
      width: 100%; } }
  
  
.mask-body {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 999998;
  }

.mask-body-dark {
  background: rgba(31, 45, 61, 0.3); }

.mask-body-light {
  background: rgba(255, 255, 255, 0.3); }



.omnisearch.show {
    z-index: 999999;
}

.omnosearch-search-card-header {
    padding: 0 20px;
    padding-top: 1px;
    background: linear-gradient(1turn,#589bff,#4764ff);
    height: 64px;
}
.omnosearch-search-card-header span {display: inline-block;cursor: pointer;height: 64px;width: auto;color: #fff;opacity: .6;padding-right: 30px;text-align: center;line-height: 64px;font-size: 15px;float: left;letter-spacing: 0;position: relative;}

.omnosearch-search-card {
    position: relative;
    background: #fff;
    box-shadow: 0 8px 13px 0 rgb(0 0 0 / 7%);
    border-radius: 0 0 2px 2px;
    z-index: 1;
    transition: width .2s ease-in-out;
}

.omnisearch .omnisearch-form .input-group-text {
    border: none;
    padding: 20px;
}

.omnisearch .omnisearch-form .form-control {
    border: navajowhite;
}

.input-group-prepend {
    border: none;
}

a.common-search-history-item {
    line-height: 18px;
    height: 24px;
    font-size: 12px;
    color: #181818;
    display: inline-block;
    letter-spacing: 0;
    padding: 3px 12px;
    border: 1px solid #d8d8d8;
    margin-right: 12px;
    margin-bottom: 10px;
    min-width: 64px;
    cursor: pointer;
    text-align: center;
    transition: all .2s;
}

a.common-search-history-item:hover {
    color: #ff6a00;
    border: 1px solid #ff6a00;
}

.omnisearch .omnisearch-suggestions .heading {
    color: #999;
    font-weight: 400;
    margin-bottom: 10px;
}

.omnisearch .omnisearch-suggestions {
    min-height: 100px;
}

a.omnisearch-close {
    height: 64px;
    width: auto;
    color: #fff;
    opacity: .6;
    line-height: 64px;
    font-size: 15px;
    float: left;
    letter-spacing: 0;
    position: relative;
}

.list-wrapper {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 6%);
    border-radius: 2px;
    background: #ffffff;
    list-style: none;
    padding-left: 0px;
}



.list-wrapper .item {
    position: relative;
    padding: 40px 40px 30px;
}

.list-wrapper .item:last-child {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 196px 131px;
}

.list-wrapper .name {
    display: block;
    font-size: 18px;
    line-height: 28px;
    color: #031129;
    margin-bottom: 10px;
}

.list-wrapper .desc {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

ul.content-wrapper {
    list-style: none;
    padding-left: 0px;
}

.list-wrapper .number {
    font-size: 18px;
    line-height: 25px;
    color: #0052d9;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.list-wrapper .content-wrapper .content {
    margin-bottom: 10px;
}

.list-wrapper .item:first-child:before {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #eee;
}

ul.list-wrapper .item {
    width: 50%;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: 196px 131px;
}
.kf-list {
    display: flex;
    width: 100%;
}

.kf-list span {
    width: 30%;
}
ul.list-wrapper.beian .item {
    background-size: 196px 111px;
}

.kf-list span:first-child {
    color: rgba(0,0,0,.9);
    font-size: 15px;
    font-weight: 500;
}

.kf-list span:nth-child(2) {font-family: PingFangSC-Semibold;font-weight: 600;}

.kf-list span:nth-child(2) svg {
    color: #333;
}



.list-wrapper.beian .desc {
    font-size: 18px;
    line-height: 25px;
    color: #0052d9;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.list-wrapper.beian .desc i {
    margin-left: 10px;
}




@media (max-width: 768px) {
.header-container-wrap a img {
    height: 22px;
}

.header-container .nav-item {
    padding: 0 5px;
}

li#Secondary_Navbar-Account-themeMode {
    display: none;
}
}



.home-event {
    position: relative;
    z-index: 1;
    margin: -60px 0;
}
.home-event .event-items {
    border-radius: 10px;
    backdrop-filter: blur(20px);
    border: 1.5px solid #fff;
    background-color: rgba(255,255,255,.6);
    box-shadow: 0 4px 33px rgb(190 196 207 / 28%);
}
.home-event .event-item {
    display: flex;
    align-items: center;
    flex: 1;
    color: #4a5072;
    height: 110px;
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 1.3rem;
}
.home-event .event-item-icon {
    height: 70px;
    width: 70px;
    margin-right: 20px;
    background-size: 70px;
    background-position: center;
    background-repeat: no-repeat;
}
.home-event .event-item-info h3 {
    font-size: 16px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #282c33;
    margin-bottom: 5px;
}
.home-event .event-item-info p {
    color: #999;
    margin-bottom: 0;
}

.home-event .event-item-icon.icon1 {
    background-image: url("../img/home/sub1.png");
}
.home-event .event-item-icon.icon2 {
    background-image: url("../img/home/sub2.png");
}
.home-event .event-item-icon.icon3 {
    background-image: url("../img/home/sub3.png");
}
.home-event .event-item-icon.icon4 {
    background-image: url("../img/home/sub4.png");
}



@media screen and (max-width: 770px) {
section.home-event {
    margin-top: -20px;
}

.home-event .event-item {
    margin-bottom: 20px;
    background-position-x: 130%!important;
}
}




@media screen and (min-width: 996px) {
.bor-header-container-top {
    padding-left: 50px;
}
}

li#Secondary_Navbar-Account-Account_Security {
    display: none;
}